Skip to content

m24murray/development-workflows-for-agentic-ai

Repository files navigation

development-workflows-for-agentic-ai

A suggested workflow for developing using agentic GenAI tools (such as Claude Code)

Development workflow

Full workflow can be seen here - workflow.svg.

This is the sequence of prompts and files that should be used:

  1. spec-prompt.md
  2. spec.md
  3. implementation-prompt.md
  4. implementation-plan.md
  5. copilot-instructions.md
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)
Loading

About

A suggested workflow for developing using agentic GenAI tools (such as Claude Code)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors