skills I believed were committed
This commit is contained in:
@@ -26,14 +26,14 @@ Allium does NOT specify programming language or framework choices, database sche
|
||||
|
||||
## Routing table
|
||||
|
||||
| Task | Tool | When |
|
||||
|------|------|------|
|
||||
| Writing or reading `.allium` files | this skill | You need language syntax and structure |
|
||||
| Building a spec through conversation | `/skill:elicit` | User describes a feature or behaviour they want to build |
|
||||
| Extracting a spec from existing code | `/skill:distill` | User has implementation code and wants a spec from it |
|
||||
| Modifying an existing spec | `/skill:tend` | User wants targeted changes to `.allium` files |
|
||||
| Checking spec-to-code alignment | `/skill:weed` | User wants to find or fix divergences between spec and implementation |
|
||||
| Generating tests from a spec | `/skill:propagate` | User wants to generate tests, PBT properties or state machine tests from a specification |
|
||||
| Task | Tool | When |
|
||||
| -------------------------------------------- | -------------------------------- | ----------------------------------------------------------------------------------------------------- |
|
||||
| Writing or reading `.allium` files | this skill | You need language syntax and structure |
|
||||
| Building a spec through conversation | `/skill:elicit` | User describes a feature or behaviour they want to build |
|
||||
| Extracting a spec from existing code | `/skill:distill` | User has implementation code and wants a spec from it |
|
||||
| Modifying an existing spec | `/skill:tend` | User wants targeted changes to `.allium` files |
|
||||
| Checking spec-to-code alignment | `/skill:weed` | User wants to find or fix divergences between spec and implementation |
|
||||
| Generating tests from a spec | `/skill:propagate` | User wants to generate tests, PBT properties or state machine tests from a specification |
|
||||
| Full Card→Conversation→Confirmation workflow | `/skill:user-story-conversation` | User wants to walk through a user story with Example Mapping, Allium specs, and fast-check properties |
|
||||
|
||||
## Quick syntax summary
|
||||
|
||||
Reference in New Issue
Block a user