Recommended Workflows

Repeatable loops for day to day development, sprint planning, and incident response across every tool.

Daily development loop

  1. Start session: /project:session-start feature-name
  2. Plan: run @plan_feature.md in Claude (share output with other tools)
  3. Delegate: use tech-lead-orchestrator.md to assign agents per tool
  4. Build: execute tasks in your terminal tool of choice, logging updates
  5. Review: run @code_review.md, code-reviewer.md, and brutal-critic.md
  6. Document: run @write_docs.md and /project:session-end

Sprint kickoff

Before planning

  • Update claude.md and gemini.md with sprint goals
  • Confirm agent list matches tech stack for the sprint

During planning

  • Run @create_brief.md for each epic
  • Generate plans for every story with @plan_feature.md
  • Schedule session start times for collaborative tasks

After sprint ends

  • Summarize with your session summary template
  • Review agent effectiveness and adjust inventory

Incident response playbook

  1. Start session /project:session-start incident-ticket
  2. Run project-analyst.md to map systems
  3. Call specialists (security, performance, ops) per stack
  4. Log every observation with /project:session-update
  5. Restore using session-restorer.md if available
  6. Document root cause with @write_docs.md and close using /project:session-end