Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
decccc4e95 | ||
|
|
23c6bf1b71 | ||
|
|
f88f6c8c05 | ||
|
|
fd517699a4 |
@@ -207,7 +207,7 @@ At this stage, your project folder contents should resemble the following:
|
|||||||
│ ├── setup-plan.sh
|
│ ├── setup-plan.sh
|
||||||
│ └── update-claude-md.sh
|
│ └── update-claude-md.sh
|
||||||
├── specs
|
├── specs
|
||||||
│ └── 002-create-taskify
|
│ └── 001-create-taskify
|
||||||
│ └── spec.md
|
│ └── spec.md
|
||||||
└── templates
|
└── templates
|
||||||
├── CLAUDE-template.md
|
├── CLAUDE-template.md
|
||||||
@@ -260,7 +260,7 @@ The output of this step will include a number of implementation detail documents
|
|||||||
│ ├── setup-plan.sh
|
│ ├── setup-plan.sh
|
||||||
│ └── update-claude-md.sh
|
│ └── update-claude-md.sh
|
||||||
├── specs
|
├── specs
|
||||||
│ └── 002-create-taskify
|
│ └── 001-create-taskify
|
||||||
│ ├── contracts
|
│ ├── contracts
|
||||||
│ │ ├── api-spec.json
|
│ │ ├── api-spec.json
|
||||||
│ │ └── signalr-spec.md
|
│ │ └── signalr-spec.md
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ Given the implementation details provided as an argument, do this:
|
|||||||
3. Read the constitution at `/memory/constitution.md` to understand constitutional requirements.
|
3. Read the constitution at `/memory/constitution.md` to understand constitutional requirements.
|
||||||
|
|
||||||
4. Execute the implementation plan template:
|
4. Execute the implementation plan template:
|
||||||
- Load `/templates/implementation-plan-template.md` (already copied to IMPL_PLAN path)
|
- Load `/templates/plan-template.md` (already copied to IMPL_PLAN path)
|
||||||
- Set Input path to FEATURE_SPEC
|
- Set Input path to FEATURE_SPEC
|
||||||
- Run the Execution Flow (main) function steps 1-10
|
- Run the Execution Flow (main) function steps 1-10
|
||||||
- The template is self-contained and executable
|
- The template is self-contained and executable
|
||||||
|
|||||||
Reference in New Issue
Block a user