skills I believed were committed

This commit is contained in:
2026-06-12 22:08:36 +01:00
parent 8450f90e89
commit e05572bcec
9 changed files with 183 additions and 116 deletions
+8 -8
View File
@@ -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