Skip to content

cacan/Agentic-Flow-Cacan-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Agentic Coding Flow Template

This template is based on Kaushik Gopal's "Getting Into Flow State with Agentic Coding".

Structure

  • .ai/instructions.md: Master instructions for your agents (Context, Tech Stack, Commands).
  • .ai/commands/: Pre-written prompts for your agents.
    • plan-tasks.md: Prompt to break down a request into atomic execution plans.
    • spawn-agents.md: Prompt to assign roles (Implementer, Tester, Documenter) to agents.
  • .ai/plans/: Directory to store execution plans.
  • .ai/docs/: Directory for project documentation.

Workflow

  1. Set the Stage: Fill out .ai/instructions.md with your project details.
  2. Plan: Copy the content of .ai/commands/plan-tasks.md and paste it into your AI chat with your request.
    • The AI will propose a task list.
    • Approve it.
    • The AI will generate plan files in .ai/plans/.
  3. Execute: For each plan file (e.g., .ai/plans/JIRA-1234-1.md), copy the content of .ai/commands/spawn-agents.md and append the plan content.
    • The AI will assume roles and execute the task.
  4. Verify & Refactor: Run tests, review code, and refactor as needed.
  5. Final Review: Commit and push.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors