A suggested workflow for developing using agentic GenAI tools (such as Claude Code)
Full workflow can be seen here - workflow.svg.
This is the sequence of prompts and files that should be used:
flowchart TD
A(Start here) -->|Write initial prompt for project specification| B(spec-prompt.md)
B -->|Define implementation instructions| C(implementation-prompt.md)
C -->|Establish implementation plan| D(implementation-plan.md)
D --> E(Iterate on development)
E --> D
E --> F(Done)
