@delorenj/pjangler 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +34 -0
- package/dist/index.js +2620 -0
- package/dist/mcp-server.js +1491 -0
- package/package.json +46 -0
- package/templates/commonproject/.augment/commands/bmad/agents/bmb-agent-builder.md +14 -0
- package/templates/commonproject/.augment/commands/bmad/agents/bmb-module-builder.md +14 -0
- package/templates/commonproject/.augment/commands/bmad/agents/bmb-workflow-builder.md +14 -0
- package/templates/commonproject/.augment/commands/bmad/agents/bmm-analyst.md +14 -0
- package/templates/commonproject/.augment/commands/bmad/agents/bmm-architect.md +14 -0
- package/templates/commonproject/.augment/commands/bmad/agents/bmm-dev.md +14 -0
- package/templates/commonproject/.augment/commands/bmad/agents/bmm-pm.md +14 -0
- package/templates/commonproject/.augment/commands/bmad/agents/bmm-quick-flow-solo-dev.md +14 -0
- package/templates/commonproject/.augment/commands/bmad/agents/bmm-sm.md +14 -0
- package/templates/commonproject/.augment/commands/bmad/agents/bmm-tea.md +14 -0
- package/templates/commonproject/.augment/commands/bmad/agents/bmm-tech-writer.md +14 -0
- package/templates/commonproject/.augment/commands/bmad/agents/bmm-ux-designer.md +14 -0
- package/templates/commonproject/.augment/commands/bmad/agents/cis-brainstorming-coach.md +14 -0
- package/templates/commonproject/.augment/commands/bmad/agents/cis-creative-problem-solver.md +14 -0
- package/templates/commonproject/.augment/commands/bmad/agents/cis-design-thinking-coach.md +14 -0
- package/templates/commonproject/.augment/commands/bmad/agents/cis-innovation-strategist.md +14 -0
- package/templates/commonproject/.augment/commands/bmad/agents/cis-presentation-master.md +14 -0
- package/templates/commonproject/.augment/commands/bmad/agents/cis-storyteller.md +14 -0
- package/templates/commonproject/.augment/commands/bmad/agents/core-bmad-master.md +14 -0
- package/templates/commonproject/.augment/commands/bmad/tasks/core-index-docs.md +74 -0
- package/templates/commonproject/.augment/commands/bmad/tasks/core-shard-doc.md +118 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmb-agent.md +5 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmb-module.md +5 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmb-workflow.md +5 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-check-implementation-readiness.md +5 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-code-review.md +13 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-correct-course.md +13 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-architecture.md +5 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-epics-and-stories.md +5 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-excalidraw-dataflow.md +13 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-excalidraw-diagram.md +13 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-excalidraw-flowchart.md +13 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-excalidraw-wireframe.md +13 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-product-brief.md +5 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-story.md +13 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-ux-design.md +5 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-dev-story.md +13 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-document-project.md +13 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-generate-project-context.md +5 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-prd.md +5 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-quick-dev.md +5 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-quick-spec.md +5 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-research.md +5 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-retrospective.md +13 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-sprint-planning.md +13 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-sprint-status.md +13 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-atdd.md +13 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-automate.md +13 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-ci.md +13 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-framework.md +13 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-nfr.md +13 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-test-design.md +13 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-test-review.md +13 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-trace.md +13 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-workflow-init.md +13 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-workflow-status.md +13 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/cis-design-thinking.md +13 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/cis-innovation-strategy.md +13 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/cis-problem-solving.md +13 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/cis-storytelling.md +13 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/core-brainstorming.md +5 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/core-party-mode.md +5 -0
- package/templates/commonproject/.augment/commands/bmad/workflows/custom-ticket-lifecycle.md +5 -0
- package/templates/commonproject/.claude/commands/bmad/bmb/agents/agent-builder.md +14 -0
- package/templates/commonproject/.claude/commands/bmad/bmb/agents/module-builder.md +14 -0
- package/templates/commonproject/.claude/commands/bmad/bmb/agents/workflow-builder.md +14 -0
- package/templates/commonproject/.claude/commands/bmad/bmb/workflows/agent.md +5 -0
- package/templates/commonproject/.claude/commands/bmad/bmb/workflows/module.md +5 -0
- package/templates/commonproject/.claude/commands/bmad/bmb/workflows/workflow.md +5 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/agents/analyst.md +14 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/agents/architect.md +14 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/agents/dev.md +14 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/agents/pm.md +14 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/agents/quick-flow-solo-dev.md +14 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/agents/sm.md +14 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/agents/tea.md +14 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/agents/tech-writer.md +14 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/agents/ux-designer.md +14 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/check-implementation-readiness.md +5 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/code-review.md +13 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/correct-course.md +13 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/create-architecture.md +5 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/create-epics-and-stories.md +5 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/create-excalidraw-dataflow.md +13 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/create-excalidraw-diagram.md +13 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/create-excalidraw-flowchart.md +13 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/create-excalidraw-wireframe.md +13 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/create-product-brief.md +5 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/create-story.md +13 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/create-ux-design.md +5 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/dev-story.md +13 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/document-project.md +13 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/generate-project-context.md +5 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/prd.md +5 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/quick-dev.md +5 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/quick-spec.md +5 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/research.md +5 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/retrospective.md +13 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/sprint-planning.md +13 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/sprint-status.md +13 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/testarch-atdd.md +13 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/testarch-automate.md +13 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/testarch-ci.md +13 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/testarch-framework.md +13 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/testarch-nfr.md +13 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/testarch-test-design.md +13 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/testarch-test-review.md +13 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/testarch-trace.md +13 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/workflow-init.md +13 -0
- package/templates/commonproject/.claude/commands/bmad/bmm/workflows/workflow-status.md +13 -0
- package/templates/commonproject/.claude/commands/bmad/cis/agents/brainstorming-coach.md +14 -0
- package/templates/commonproject/.claude/commands/bmad/cis/agents/creative-problem-solver.md +14 -0
- package/templates/commonproject/.claude/commands/bmad/cis/agents/design-thinking-coach.md +14 -0
- package/templates/commonproject/.claude/commands/bmad/cis/agents/innovation-strategist.md +14 -0
- package/templates/commonproject/.claude/commands/bmad/cis/agents/presentation-master.md +14 -0
- package/templates/commonproject/.claude/commands/bmad/cis/agents/storyteller.md +14 -0
- package/templates/commonproject/.claude/commands/bmad/cis/workflows/design-thinking.md +13 -0
- package/templates/commonproject/.claude/commands/bmad/cis/workflows/innovation-strategy.md +13 -0
- package/templates/commonproject/.claude/commands/bmad/cis/workflows/problem-solving.md +13 -0
- package/templates/commonproject/.claude/commands/bmad/cis/workflows/storytelling.md +13 -0
- package/templates/commonproject/.claude/commands/bmad/core/agents/bmad-master.md +14 -0
- package/templates/commonproject/.claude/commands/bmad/core/tasks/index-docs.md +9 -0
- package/templates/commonproject/.claude/commands/bmad/core/tasks/shard-doc.md +9 -0
- package/templates/commonproject/.claude/commands/bmad/core/workflows/brainstorming.md +5 -0
- package/templates/commonproject/.claude/commands/bmad/core/workflows/party-mode.md +5 -0
- package/templates/commonproject/.claude/commands/bmad/custom/workflows/ticket-lifecycle.md +5 -0
- package/templates/commonproject/.copier-answers.yml +4 -0
- package/templates/commonproject/.gemini/commands/bmad-agent-bmb-agent-builder.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-agent-bmb-module-builder.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-agent-bmb-workflow-builder.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-agent-bmm-analyst.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-agent-bmm-architect.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-agent-bmm-dev.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-agent-bmm-pm.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-agent-bmm-quick-flow-solo-dev.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-agent-bmm-sm.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-agent-bmm-tea.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-agent-bmm-tech-writer.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-agent-bmm-ux-designer.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-agent-cis-brainstorming-coach.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-agent-cis-creative-problem-solver.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-agent-cis-design-thinking-coach.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-agent-cis-innovation-strategist.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-agent-cis-presentation-master.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-agent-cis-storyteller.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-agent-core-bmad-master.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-task-core-index-docs.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-task-core-review-adversarial-general.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-task-core-shard-doc.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-task-core-workflow.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmb-agent.toml +4 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmb-module.toml +4 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmb-workflow.toml +4 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-check-implementation-readiness.toml +4 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-code-review.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-correct-course.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-architecture.toml +4 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-epics-and-stories.toml +4 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-excalidraw-dataflow.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-excalidraw-diagram.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-excalidraw-flowchart.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-excalidraw-wireframe.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-product-brief.toml +4 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-story.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-ux-design.toml +4 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-dev-story.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-document-project.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-generate-project-context.toml +4 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-prd.toml +4 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-quick-dev.toml +4 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-quick-spec.toml +4 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-research.toml +4 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-retrospective.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-sprint-planning.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-sprint-status.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-atdd.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-automate.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-ci.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-framework.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-nfr.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-test-design.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-test-review.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-trace.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-workflow-init.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-workflow-status.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-cis-design-thinking.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-cis-innovation-strategy.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-cis-problem-solving.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-cis-storytelling.toml +12 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-core-brainstorming.toml +4 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-core-party-mode.toml +4 -0
- package/templates/commonproject/.gemini/commands/bmad-workflow-custom-ticket-lifecycle.toml +4 -0
- package/templates/commonproject/.github/agents/bmd-custom-bmb-agent-builder.agent.md +17 -0
- package/templates/commonproject/.github/agents/bmd-custom-bmb-module-builder.agent.md +17 -0
- package/templates/commonproject/.github/agents/bmd-custom-bmb-workflow-builder.agent.md +17 -0
- package/templates/commonproject/.github/agents/bmd-custom-bmm-analyst.agent.md +17 -0
- package/templates/commonproject/.github/agents/bmd-custom-bmm-architect.agent.md +17 -0
- package/templates/commonproject/.github/agents/bmd-custom-bmm-dev.agent.md +17 -0
- package/templates/commonproject/.github/agents/bmd-custom-bmm-pm.agent.md +17 -0
- package/templates/commonproject/.github/agents/bmd-custom-bmm-quick-flow-solo-dev.agent.md +17 -0
- package/templates/commonproject/.github/agents/bmd-custom-bmm-sm.agent.md +17 -0
- package/templates/commonproject/.github/agents/bmd-custom-bmm-tea.agent.md +17 -0
- package/templates/commonproject/.github/agents/bmd-custom-bmm-tech-writer.agent.md +17 -0
- package/templates/commonproject/.github/agents/bmd-custom-bmm-ux-designer.agent.md +17 -0
- package/templates/commonproject/.github/agents/bmd-custom-cis-brainstorming-coach.agent.md +17 -0
- package/templates/commonproject/.github/agents/bmd-custom-cis-creative-problem-solver.agent.md +17 -0
- package/templates/commonproject/.github/agents/bmd-custom-cis-design-thinking-coach.agent.md +17 -0
- package/templates/commonproject/.github/agents/bmd-custom-cis-innovation-strategist.agent.md +17 -0
- package/templates/commonproject/.github/agents/bmd-custom-cis-presentation-master.agent.md +17 -0
- package/templates/commonproject/.github/agents/bmd-custom-cis-storyteller.agent.md +17 -0
- package/templates/commonproject/.github/agents/bmd-custom-core-bmad-master.agent.md +17 -0
- package/templates/commonproject/.mcp.json +12 -0
- package/templates/commonproject/.mise/scripts/claude +13 -0
- package/templates/commonproject/.mise/scripts/create-plane-project.sh +123 -0
- package/templates/commonproject/.mise/scripts/init-project.sh +314 -0
- package/templates/commonproject/.mise/scripts/link-agentfiles.sh +9 -0
- package/templates/commonproject/.opencode/agent/bmad-agent-bmb-agent-builder.md +14 -0
- package/templates/commonproject/.opencode/agent/bmad-agent-bmb-module-builder.md +14 -0
- package/templates/commonproject/.opencode/agent/bmad-agent-bmb-workflow-builder.md +14 -0
- package/templates/commonproject/.opencode/agent/bmad-agent-bmm-analyst.md +14 -0
- package/templates/commonproject/.opencode/agent/bmad-agent-bmm-architect.md +14 -0
- package/templates/commonproject/.opencode/agent/bmad-agent-bmm-dev.md +14 -0
- package/templates/commonproject/.opencode/agent/bmad-agent-bmm-pm.md +14 -0
- package/templates/commonproject/.opencode/agent/bmad-agent-bmm-quick-flow-solo-dev.md +14 -0
- package/templates/commonproject/.opencode/agent/bmad-agent-bmm-sm.md +14 -0
- package/templates/commonproject/.opencode/agent/bmad-agent-bmm-tea.md +14 -0
- package/templates/commonproject/.opencode/agent/bmad-agent-bmm-tech-writer.md +14 -0
- package/templates/commonproject/.opencode/agent/bmad-agent-bmm-ux-designer.md +14 -0
- package/templates/commonproject/.opencode/agent/bmad-agent-cis-brainstorming-coach.md +14 -0
- package/templates/commonproject/.opencode/agent/bmad-agent-cis-creative-problem-solver.md +14 -0
- package/templates/commonproject/.opencode/agent/bmad-agent-cis-design-thinking-coach.md +14 -0
- package/templates/commonproject/.opencode/agent/bmad-agent-cis-innovation-strategist.md +14 -0
- package/templates/commonproject/.opencode/agent/bmad-agent-cis-presentation-master.md +14 -0
- package/templates/commonproject/.opencode/agent/bmad-agent-cis-storyteller.md +14 -0
- package/templates/commonproject/.opencode/agent/bmad-agent-core-bmad-master.md +14 -0
- package/templates/commonproject/.opencode/command/bmad-bmb-agent.md +5 -0
- package/templates/commonproject/.opencode/command/bmad-bmb-module.md +5 -0
- package/templates/commonproject/.opencode/command/bmad-bmb-workflow.md +5 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-check-implementation-readiness.md +5 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-code-review.md +13 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-correct-course.md +13 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-create-architecture.md +5 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-create-epics-and-stories.md +5 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-create-excalidraw-dataflow.md +13 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-create-excalidraw-diagram.md +13 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-create-excalidraw-flowchart.md +13 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-create-excalidraw-wireframe.md +13 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-create-product-brief.md +5 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-create-story.md +13 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-create-ux-design.md +5 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-dev-story.md +13 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-document-project.md +13 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-generate-project-context.md +5 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-prd.md +5 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-quick-dev.md +5 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-quick-spec.md +5 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-research.md +5 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-retrospective.md +13 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-sprint-planning.md +13 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-sprint-status.md +13 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-testarch-atdd.md +13 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-testarch-automate.md +13 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-testarch-ci.md +13 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-testarch-framework.md +13 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-testarch-nfr.md +13 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-testarch-test-design.md +13 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-testarch-test-review.md +13 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-testarch-trace.md +13 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-workflow-init.md +13 -0
- package/templates/commonproject/.opencode/command/bmad-bmm-workflow-status.md +13 -0
- package/templates/commonproject/.opencode/command/bmad-cis-design-thinking.md +13 -0
- package/templates/commonproject/.opencode/command/bmad-cis-innovation-strategy.md +13 -0
- package/templates/commonproject/.opencode/command/bmad-cis-problem-solving.md +13 -0
- package/templates/commonproject/.opencode/command/bmad-cis-storytelling.md +13 -0
- package/templates/commonproject/.opencode/command/bmad-core-brainstorming.md +5 -0
- package/templates/commonproject/.opencode/command/bmad-core-party-mode.md +5 -0
- package/templates/commonproject/.opencode/command/bmad-custom-ticket-lifecycle.md +5 -0
- package/templates/commonproject/.opencode/command/bmad-task-core-index-docs.md +9 -0
- package/templates/commonproject/.opencode/command/bmad-task-core-shard-doc.md +9 -0
- package/templates/commonproject/.plane.json +6 -0
- package/templates/commonproject/.scripts/test-template.sh +63 -0
- package/templates/commonproject/AGENTS.md +86 -0
- package/templates/commonproject/README.md +172 -0
- package/templates/commonproject/_bmad/_config/agent-manifest.csv +20 -0
- package/templates/commonproject/_bmad/_config/agents/bmb-agent-builder.customize.yaml +41 -0
- package/templates/commonproject/_bmad/_config/agents/bmb-module-builder.customize.yaml +41 -0
- package/templates/commonproject/_bmad/_config/agents/bmb-workflow-builder.customize.yaml +41 -0
- package/templates/commonproject/_bmad/_config/agents/bmm-analyst.customize.yaml +41 -0
- package/templates/commonproject/_bmad/_config/agents/bmm-architect.customize.yaml +41 -0
- package/templates/commonproject/_bmad/_config/agents/bmm-dev.customize.yaml +41 -0
- package/templates/commonproject/_bmad/_config/agents/bmm-pm.customize.yaml +41 -0
- package/templates/commonproject/_bmad/_config/agents/bmm-quick-flow-solo-dev.customize.yaml +41 -0
- package/templates/commonproject/_bmad/_config/agents/bmm-sm.customize.yaml +41 -0
- package/templates/commonproject/_bmad/_config/agents/bmm-tea.customize.yaml +41 -0
- package/templates/commonproject/_bmad/_config/agents/bmm-tech-writer.customize.yaml +41 -0
- package/templates/commonproject/_bmad/_config/agents/bmm-ux-designer.customize.yaml +41 -0
- package/templates/commonproject/_bmad/_config/agents/cis-brainstorming-coach.customize.yaml +41 -0
- package/templates/commonproject/_bmad/_config/agents/cis-creative-problem-solver.customize.yaml +41 -0
- package/templates/commonproject/_bmad/_config/agents/cis-design-thinking-coach.customize.yaml +41 -0
- package/templates/commonproject/_bmad/_config/agents/cis-innovation-strategist.customize.yaml +41 -0
- package/templates/commonproject/_bmad/_config/agents/cis-presentation-master.customize.yaml +41 -0
- package/templates/commonproject/_bmad/_config/agents/cis-storyteller.customize.yaml +41 -0
- package/templates/commonproject/_bmad/_config/agents/core-bmad-master.customize.yaml +41 -0
- package/templates/commonproject/_bmad/_config/custom/cache-manifest.yaml +4 -0
- package/templates/commonproject/_bmad/_config/custom/custom/module.yaml +8 -0
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/data/ac-sufficiency-rubric.md +33 -0
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/data/audit-comment-template.md +54 -0
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/data/event-schemas.md +58 -0
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-01-init.md +173 -0
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-02-triage.md +159 -0
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-03-refine.md +149 -0
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-04-implement.md +147 -0
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-05-review.md +146 -0
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-06-qa.md +199 -0
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-07-complete.md +141 -0
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-e/step-01-assess.md +102 -0
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-e/step-02-apply.md +85 -0
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-v/step-01-validate.md +154 -0
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/workflow-plan-ticket-lifecycle.md +346 -0
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/workflow.md +84 -0
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/workflow.yaml +39 -0
- package/templates/commonproject/_bmad/_config/files-manifest.csv +483 -0
- package/templates/commonproject/_bmad/_config/ides/claude-code.yaml +6 -0
- package/templates/commonproject/_bmad/_config/ides/codex.yaml +5 -0
- package/templates/commonproject/_bmad/_config/manifest.yaml +18 -0
- package/templates/commonproject/_bmad/_config/task-manifest.csv +5 -0
- package/templates/commonproject/_bmad/_config/tool-manifest.csv +1 -0
- package/templates/commonproject/_bmad/_config/workflow-manifest.csv +43 -0
- package/templates/commonproject/_bmad/_memory/config.yaml +11 -0
- package/templates/commonproject/_bmad/_memory/storyteller-sidecar/stories-told.md +7 -0
- package/templates/commonproject/_bmad/_memory/storyteller-sidecar/story-preferences.md +7 -0
- package/templates/commonproject/_bmad/bmb/README.md +25 -0
- package/templates/commonproject/_bmad/bmb/agents/agent-builder.md +64 -0
- package/templates/commonproject/_bmad/bmb/agents/module-builder.md +65 -0
- package/templates/commonproject/_bmad/bmb/agents/workflow-builder.md +66 -0
- package/templates/commonproject/_bmad/bmb/config.yaml +12 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/data/agent-compilation.md +273 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/data/agent-menu-patterns.md +233 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/data/agent-metadata.md +208 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/data/brainstorm-context.md +146 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/data/communication-presets.csv +61 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/data/critical-actions.md +120 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/data/expert-agent-architecture.md +236 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/data/expert-agent-validation.md +174 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/data/module-agent-validation.md +126 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/data/persona-properties.md +266 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/data/principles-crafting.md +292 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/data/reference/module-examples/architect.md +68 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/data/simple-agent-architecture.md +204 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/data/simple-agent-validation.md +133 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/data/understanding-agent-types.md +222 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-01-brainstorm.md +128 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-02-discovery.md +170 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-03-type-metadata.md +296 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-04-persona.md +212 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-05-commands-menu.md +178 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-06-activation.md +279 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-07a-build-simple.md +187 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-07b-build-expert.md +201 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-07c-build-module.md +258 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-08-celebrate.md +249 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-01-load-existing.md +221 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-02-discover-edits.md +193 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-03-placeholder.md +1 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-04-type-metadata.md +124 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-05-persona.md +134 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-06-commands-menu.md +122 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-07-activation.md +125 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-08a-edit-simple.md +137 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-08b-edit-expert.md +119 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-08c-edit-module.md +123 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-09-celebrate.md +155 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-01-load-review.md +136 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-02a-validate-metadata.md +116 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-02b-validate-persona.md +124 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-02c-validate-menu.md +145 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-02d-validate-structure.md +136 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-02e-validate-sidecar.md +136 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-03-summary.md +104 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/templates/agent-plan.template.md +5 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/templates/expert-agent-template/expert-agent.template.md +77 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/templates/simple-agent.template.md +72 -0
- package/templates/commonproject/_bmad/bmb/workflows/agent/workflow.md +123 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/data/agent-architecture.md +179 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/data/agent-spec-template.md +79 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/data/module-installer-standards.md +348 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/data/module-standards.md +280 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/data/module-yaml-conventions.md +392 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-01-welcome.md +147 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-02-spark.md +140 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-03-module-type.md +148 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-04-vision.md +82 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-05-identity.md +96 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-06-users.md +85 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-07-value.md +75 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-08-agents.md +96 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-09-workflows.md +82 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-10-tools.md +90 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-11-scenarios.md +83 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-12-creative.md +94 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-13-review.md +104 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-14-finalize.md +117 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-01-load-brief.md +178 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-01b-continue.md +83 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-02-structure.md +109 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-03-config.md +118 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-04-installer.md +160 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-05-agents.md +167 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-06-workflows.md +183 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-07-docs.md +402 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-08-complete.md +123 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-e/step-01-load-target.md +81 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-e/step-02-select-edit.md +77 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-e/step-03-apply-edit.md +77 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-e/step-04-review.md +80 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-e/step-05-confirm.md +75 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-01-load-target.md +96 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-02-file-structure.md +94 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-03-module-yaml.md +99 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-04-agent-specs.md +152 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-05-workflow-specs.md +152 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-06-documentation.md +143 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-07-installation.md +113 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-08-report.md +197 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/templates/brief-template.md +154 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/templates/workflow-spec-template.md +96 -0
- package/templates/commonproject/_bmad/bmb/workflows/module/workflow.md +100 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/data/architecture.md +152 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/data/common-workflow-tools.csv +19 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/data/csv-data-file-standards.md +81 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/data/frontmatter-standards.md +225 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/data/input-discovery-standards.md +269 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/data/intent-vs-prescriptive-spectrum.md +50 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/data/menu-handling-standards.md +167 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/data/output-format-standards.md +188 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/data/step-file-rules.md +235 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/data/step-type-patterns.md +311 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/data/subprocess-optimization-patterns.md +386 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/data/trimodal-workflow-structure.md +209 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/data/workflow-chaining-standards.md +271 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/data/workflow-examples.md +276 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/data/workflow-type-criteria.md +172 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-00-conversion.md +262 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-01-discovery.md +194 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-01b-continuation.md +3 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-02-classification.md +269 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-03-requirements.md +282 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-04-tools.md +281 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-05-plan-review.md +242 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-06-design.md +329 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-07-foundation.md +238 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-08-build-step-01.md +377 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-09-build-next-step.md +350 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-10-confirmation.md +320 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-11-completion.md +191 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-01-assess-workflow.md +237 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-02-discover-edits.md +248 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-03-fix-validation.md +252 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-04-direct-edit.md +275 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-05-apply-edit.md +154 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-06-validate-after.md +190 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-07-complete.md +206 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-01-validate-max-mode.md +109 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-01-validate.md +221 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-01b-structure.md +152 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-02-frontmatter-validation.md +199 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-02b-path-violations.md +265 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-03-menu-validation.md +164 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-04-step-type-validation.md +211 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-05-output-format-validation.md +200 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-06-validation-design-check.md +195 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-07-instruction-style-check.md +209 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-08-collaborative-experience-check.md +199 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-08b-subprocess-optimization.md +179 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-09-cohesive-review.md +186 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-10-report-complete.md +154 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-11-plan-validation.md +237 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/templates/minimal-output-template.md +11 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/templates/step-01-init-continuable-template.md +241 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/templates/step-1b-template.md +223 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/templates/step-template.md +290 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/templates/workflow-template.md +102 -0
- package/templates/commonproject/_bmad/bmb/workflows/workflow/workflow.md +109 -0
- package/templates/commonproject/_bmad/bmm/agents/analyst.md +82 -0
- package/templates/commonproject/_bmad/bmm/agents/architect.md +74 -0
- package/templates/commonproject/_bmad/bmm/agents/dev.md +76 -0
- package/templates/commonproject/_bmad/bmm/agents/pm.md +78 -0
- package/templates/commonproject/_bmad/bmm/agents/quick-flow-solo-dev.md +74 -0
- package/templates/commonproject/_bmad/bmm/agents/sm.md +77 -0
- package/templates/commonproject/_bmad/bmm/agents/tea.md +77 -0
- package/templates/commonproject/_bmad/bmm/agents/tech-writer.md +78 -0
- package/templates/commonproject/_bmad/bmm/agents/ux-designer.md +74 -0
- package/templates/commonproject/_bmad/bmm/config.yaml +18 -0
- package/templates/commonproject/_bmad/bmm/data/README.md +29 -0
- package/templates/commonproject/_bmad/bmm/data/documentation-standards.md +262 -0
- package/templates/commonproject/_bmad/bmm/data/project-context-template.md +40 -0
- package/templates/commonproject/_bmad/bmm/teams/default-party.csv +21 -0
- package/templates/commonproject/_bmad/bmm/teams/team-fullstack.yaml +12 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/api-request.md +442 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/api-testing-patterns.md +843 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/auth-session.md +552 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/burn-in.md +273 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/ci-burn-in.md +675 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/component-tdd.md +486 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/contract-testing.md +957 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/data-factories.md +500 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/email-auth.md +721 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/error-handling.md +725 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/feature-flags.md +750 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/file-utils.md +463 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/fixture-architecture.md +401 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/fixtures-composition.md +382 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/intercept-network-call.md +430 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/log.md +429 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/network-error-monitor.md +405 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/network-first.md +486 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/network-recorder.md +527 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/nfr-criteria.md +670 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/overview.md +286 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/playwright-config.md +730 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/probability-impact.md +601 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/recurse.md +421 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/risk-governance.md +615 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/selective-testing.md +732 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/selector-resilience.md +527 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/test-healing-patterns.md +644 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/test-levels-framework.md +473 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/test-priorities-matrix.md +373 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/test-quality.md +664 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/timing-debugging.md +372 -0
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/visual-debugging.md +524 -0
- package/templates/commonproject/_bmad/bmm/testarch/tea-index.csv +34 -0
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/product-brief.template.md +10 -0
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +177 -0
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +161 -0
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +199 -0
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +202 -0
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +205 -0
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +219 -0
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +194 -0
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md +58 -0
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +137 -0
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +229 -0
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +238 -0
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +206 -0
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +234 -0
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +443 -0
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +182 -0
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +237 -0
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +200 -0
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +249 -0
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +259 -0
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +177 -0
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +475 -0
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/research.template.md +29 -0
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +137 -0
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +239 -0
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +248 -0
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +202 -0
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +239 -0
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +486 -0
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/workflow.md +173 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +135 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +127 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +190 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +216 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +219 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +234 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +252 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +254 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +224 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +224 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +241 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +248 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +237 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +264 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +228 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +13 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +43 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/data/domain-complexity.csv +13 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/data/prd-purpose.md +197 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/data/project-types.csv +11 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-01-init.md +191 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-01b-continue.md +153 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-02-discovery.md +224 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-03-success.md +226 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-04-journeys.md +213 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-05-domain.md +207 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-06-innovation.md +226 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-07-project-type.md +237 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-08-scoping.md +228 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-09-functional.md +231 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-10-nonfunctional.md +242 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-11-polish.md +217 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-12-complete.md +180 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-01-discovery.md +247 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-01b-legacy-conversion.md +208 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-02-review.md +249 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-03-edit.md +253 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-04-complete.md +168 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-01-discovery.md +218 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-02-format-detection.md +191 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-02b-parity-check.md +209 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-03-density-validation.md +174 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-04-brief-coverage-validation.md +214 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-05-measurability-validation.md +228 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-06-traceability-validation.md +217 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-07-implementation-leakage-validation.md +205 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-08-domain-compliance-validation.md +243 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-09-project-type-validation.md +263 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-10-smart-validation.md +209 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-11-holistic-quality-validation.md +264 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-12-completeness-validation.md +242 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-13-report-complete.md +232 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/templates/prd-template.md +10 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/validation-report-prd-workflow.md +433 -0
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/workflow.md +150 -0
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +190 -0
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +178 -0
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +179 -0
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +139 -0
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +252 -0
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +133 -0
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/templates/readiness-report-template.md +4 -0
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +55 -0
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/architecture-decision-template.md +12 -0
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/data/domain-complexity.csv +11 -0
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/data/project-types.csv +7 -0
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +153 -0
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-01b-continue.md +164 -0
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +224 -0
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +331 -0
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +318 -0
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +359 -0
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +379 -0
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +359 -0
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +352 -0
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md +50 -0
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +259 -0
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +233 -0
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +272 -0
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +145 -0
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/templates/epics-template.md +57 -0
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +59 -0
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/code-review/checklist.md +23 -0
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/code-review/instructions.xml +227 -0
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +50 -0
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/correct-course/checklist.md +279 -0
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/correct-course/instructions.md +206 -0
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml +58 -0
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/create-story/checklist.md +358 -0
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/create-story/instructions.xml +345 -0
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/create-story/template.md +49 -0
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +59 -0
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/dev-story/checklist.md +80 -0
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/dev-story/instructions.xml +410 -0
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +25 -0
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/retrospective/instructions.md +1443 -0
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml +57 -0
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/sprint-planning/checklist.md +33 -0
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/sprint-planning/instructions.md +225 -0
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +55 -0
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +52 -0
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/sprint-status/instructions.md +229 -0
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml +35 -0
- package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +156 -0
- package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +120 -0
- package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +113 -0
- package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +113 -0
- package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +106 -0
- package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +140 -0
- package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +52 -0
- package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-01-understand.md +189 -0
- package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-02-investigate.md +144 -0
- package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-03-generate.md +128 -0
- package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md +173 -0
- package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/tech-spec-template.md +74 -0
- package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md +79 -0
- package/templates/commonproject/_bmad/bmm/workflows/document-project/checklist.md +245 -0
- package/templates/commonproject/_bmad/bmm/workflows/document-project/documentation-requirements.csv +12 -0
- package/templates/commonproject/_bmad/bmm/workflows/document-project/instructions.md +221 -0
- package/templates/commonproject/_bmad/bmm/workflows/document-project/templates/deep-dive-template.md +345 -0
- package/templates/commonproject/_bmad/bmm/workflows/document-project/templates/index-template.md +169 -0
- package/templates/commonproject/_bmad/bmm/workflows/document-project/templates/project-overview-template.md +103 -0
- package/templates/commonproject/_bmad/bmm/workflows/document-project/templates/project-scan-report-schema.json +160 -0
- package/templates/commonproject/_bmad/bmm/workflows/document-project/templates/source-tree-template.md +135 -0
- package/templates/commonproject/_bmad/bmm/workflows/document-project/workflow.yaml +28 -0
- package/templates/commonproject/_bmad/bmm/workflows/document-project/workflows/deep-dive-instructions.md +298 -0
- package/templates/commonproject/_bmad/bmm/workflows/document-project/workflows/deep-dive.yaml +31 -0
- package/templates/commonproject/_bmad/bmm/workflows/document-project/workflows/full-scan-instructions.md +1106 -0
- package/templates/commonproject/_bmad/bmm/workflows/document-project/workflows/full-scan.yaml +31 -0
- package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-library.json +90 -0
- package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-templates.yaml +127 -0
- package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/checklist.md +39 -0
- package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/instructions.md +130 -0
- package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/workflow.yaml +26 -0
- package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/checklist.md +43 -0
- package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/instructions.md +141 -0
- package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/workflow.yaml +26 -0
- package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/checklist.md +49 -0
- package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/instructions.md +241 -0
- package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/workflow.yaml +26 -0
- package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/checklist.md +38 -0
- package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/instructions.md +133 -0
- package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml +26 -0
- package/templates/commonproject/_bmad/bmm/workflows/generate-project-context/project-context-template.md +21 -0
- package/templates/commonproject/_bmad/bmm/workflows/generate-project-context/steps/step-01-discover.md +184 -0
- package/templates/commonproject/_bmad/bmm/workflows/generate-project-context/steps/step-02-generate.md +318 -0
- package/templates/commonproject/_bmad/bmm/workflows/generate-project-context/steps/step-03-complete.md +278 -0
- package/templates/commonproject/_bmad/bmm/workflows/generate-project-context/workflow.md +49 -0
- package/templates/commonproject/_bmad/bmm/workflows/testarch/atdd/atdd-checklist-template.md +364 -0
- package/templates/commonproject/_bmad/bmm/workflows/testarch/atdd/checklist.md +374 -0
- package/templates/commonproject/_bmad/bmm/workflows/testarch/atdd/instructions.md +806 -0
- package/templates/commonproject/_bmad/bmm/workflows/testarch/atdd/workflow.yaml +45 -0
- package/templates/commonproject/_bmad/bmm/workflows/testarch/automate/checklist.md +582 -0
- package/templates/commonproject/_bmad/bmm/workflows/testarch/automate/instructions.md +1324 -0
- package/templates/commonproject/_bmad/bmm/workflows/testarch/automate/workflow.yaml +52 -0
- package/templates/commonproject/_bmad/bmm/workflows/testarch/ci/checklist.md +248 -0
- package/templates/commonproject/_bmad/bmm/workflows/testarch/ci/github-actions-template.yaml +198 -0
- package/templates/commonproject/_bmad/bmm/workflows/testarch/ci/gitlab-ci-template.yaml +149 -0
- package/templates/commonproject/_bmad/bmm/workflows/testarch/ci/instructions.md +536 -0
- package/templates/commonproject/_bmad/bmm/workflows/testarch/ci/workflow.yaml +45 -0
- package/templates/commonproject/_bmad/bmm/workflows/testarch/framework/checklist.md +321 -0
- package/templates/commonproject/_bmad/bmm/workflows/testarch/framework/instructions.md +481 -0
- package/templates/commonproject/_bmad/bmm/workflows/testarch/framework/workflow.yaml +47 -0
- package/templates/commonproject/_bmad/bmm/workflows/testarch/nfr-assess/checklist.md +407 -0
- package/templates/commonproject/_bmad/bmm/workflows/testarch/nfr-assess/instructions.md +722 -0
- package/templates/commonproject/_bmad/bmm/workflows/testarch/nfr-assess/nfr-report-template.md +445 -0
- package/templates/commonproject/_bmad/bmm/workflows/testarch/nfr-assess/workflow.yaml +47 -0
- package/templates/commonproject/_bmad/bmm/workflows/testarch/test-design/checklist.md +235 -0
- package/templates/commonproject/_bmad/bmm/workflows/testarch/test-design/instructions.md +788 -0
- package/templates/commonproject/_bmad/bmm/workflows/testarch/test-design/test-design-template.md +294 -0
- package/templates/commonproject/_bmad/bmm/workflows/testarch/test-design/workflow.yaml +54 -0
- package/templates/commonproject/_bmad/bmm/workflows/testarch/test-review/checklist.md +472 -0
- package/templates/commonproject/_bmad/bmm/workflows/testarch/test-review/instructions.md +628 -0
- package/templates/commonproject/_bmad/bmm/workflows/testarch/test-review/test-review-template.md +390 -0
- package/templates/commonproject/_bmad/bmm/workflows/testarch/test-review/workflow.yaml +46 -0
- package/templates/commonproject/_bmad/bmm/workflows/testarch/trace/checklist.md +655 -0
- package/templates/commonproject/_bmad/bmm/workflows/testarch/trace/instructions.md +1047 -0
- package/templates/commonproject/_bmad/bmm/workflows/testarch/trace/trace-template.md +675 -0
- package/templates/commonproject/_bmad/bmm/workflows/testarch/trace/workflow.yaml +55 -0
- package/templates/commonproject/_bmad/bmm/workflows/workflow-status/init/instructions.md +346 -0
- package/templates/commonproject/_bmad/bmm/workflows/workflow-status/init/workflow.yaml +29 -0
- package/templates/commonproject/_bmad/bmm/workflows/workflow-status/instructions.md +395 -0
- package/templates/commonproject/_bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +103 -0
- package/templates/commonproject/_bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +100 -0
- package/templates/commonproject/_bmad/bmm/workflows/workflow-status/paths/method-brownfield.yaml +103 -0
- package/templates/commonproject/_bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml +100 -0
- package/templates/commonproject/_bmad/bmm/workflows/workflow-status/project-levels.yaml +59 -0
- package/templates/commonproject/_bmad/bmm/workflows/workflow-status/workflow-status-template.yaml +24 -0
- package/templates/commonproject/_bmad/bmm/workflows/workflow-status/workflow.yaml +30 -0
- package/templates/commonproject/_bmad/cis/agents/brainstorming-coach.md +66 -0
- package/templates/commonproject/_bmad/cis/agents/creative-problem-solver.md +66 -0
- package/templates/commonproject/_bmad/cis/agents/design-thinking-coach.md +66 -0
- package/templates/commonproject/_bmad/cis/agents/innovation-strategist.md +66 -0
- package/templates/commonproject/_bmad/cis/agents/presentation-master.md +72 -0
- package/templates/commonproject/_bmad/cis/agents/storyteller/storyteller.md +63 -0
- package/templates/commonproject/_bmad/cis/config.yaml +11 -0
- package/templates/commonproject/_bmad/cis/teams/creative-squad.yaml +7 -0
- package/templates/commonproject/_bmad/cis/teams/default-party.csv +12 -0
- package/templates/commonproject/_bmad/cis/workflows/README.md +139 -0
- package/templates/commonproject/_bmad/cis/workflows/design-thinking/README.md +56 -0
- package/templates/commonproject/_bmad/cis/workflows/design-thinking/design-methods.csv +31 -0
- package/templates/commonproject/_bmad/cis/workflows/design-thinking/instructions.md +202 -0
- package/templates/commonproject/_bmad/cis/workflows/design-thinking/template.md +111 -0
- package/templates/commonproject/_bmad/cis/workflows/design-thinking/workflow.yaml +27 -0
- package/templates/commonproject/_bmad/cis/workflows/innovation-strategy/README.md +56 -0
- package/templates/commonproject/_bmad/cis/workflows/innovation-strategy/innovation-frameworks.csv +31 -0
- package/templates/commonproject/_bmad/cis/workflows/innovation-strategy/instructions.md +276 -0
- package/templates/commonproject/_bmad/cis/workflows/innovation-strategy/template.md +189 -0
- package/templates/commonproject/_bmad/cis/workflows/innovation-strategy/workflow.yaml +27 -0
- package/templates/commonproject/_bmad/cis/workflows/problem-solving/README.md +56 -0
- package/templates/commonproject/_bmad/cis/workflows/problem-solving/instructions.md +252 -0
- package/templates/commonproject/_bmad/cis/workflows/problem-solving/solving-methods.csv +31 -0
- package/templates/commonproject/_bmad/cis/workflows/problem-solving/template.md +165 -0
- package/templates/commonproject/_bmad/cis/workflows/problem-solving/workflow.yaml +27 -0
- package/templates/commonproject/_bmad/cis/workflows/storytelling/README.md +58 -0
- package/templates/commonproject/_bmad/cis/workflows/storytelling/instructions.md +293 -0
- package/templates/commonproject/_bmad/cis/workflows/storytelling/story-types.csv +26 -0
- package/templates/commonproject/_bmad/cis/workflows/storytelling/template.md +113 -0
- package/templates/commonproject/_bmad/cis/workflows/storytelling/workflow.yaml +27 -0
- package/templates/commonproject/_bmad/core/agents/bmad-master.md +63 -0
- package/templates/commonproject/_bmad/core/config.yaml +9 -0
- package/templates/commonproject/_bmad/core/resources/excalidraw/README.md +160 -0
- package/templates/commonproject/_bmad/core/resources/excalidraw/excalidraw-helpers.md +127 -0
- package/templates/commonproject/_bmad/core/resources/excalidraw/library-loader.md +50 -0
- package/templates/commonproject/_bmad/core/resources/excalidraw/validate-json-instructions.md +79 -0
- package/templates/commonproject/_bmad/core/tasks/index-docs.xml +65 -0
- package/templates/commonproject/_bmad/core/tasks/review-adversarial-general.xml +41 -0
- package/templates/commonproject/_bmad/core/tasks/shard-doc.xml +109 -0
- package/templates/commonproject/_bmad/core/tasks/workflow.xml +235 -0
- package/templates/commonproject/_bmad/core/workflows/advanced-elicitation/methods.csv +51 -0
- package/templates/commonproject/_bmad/core/workflows/advanced-elicitation/workflow.xml +117 -0
- package/templates/commonproject/_bmad/core/workflows/brainstorming/brain-methods.csv +62 -0
- package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-01-session-setup.md +197 -0
- package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-01b-continue.md +122 -0
- package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-02a-user-selected.md +225 -0
- package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +237 -0
- package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-02c-random-selection.md +209 -0
- package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +264 -0
- package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-03-technique-execution.md +399 -0
- package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-04-idea-organization.md +303 -0
- package/templates/commonproject/_bmad/core/workflows/brainstorming/template.md +15 -0
- package/templates/commonproject/_bmad/core/workflows/brainstorming/workflow.md +58 -0
- package/templates/commonproject/_bmad/core/workflows/party-mode/steps/step-01-agent-loading.md +139 -0
- package/templates/commonproject/_bmad/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +204 -0
- package/templates/commonproject/_bmad/core/workflows/party-mode/steps/step-03-graceful-exit.md +159 -0
- package/templates/commonproject/_bmad/core/workflows/party-mode/workflow.md +206 -0
- package/templates/commonproject/_bmad/custom/config.yaml +11 -0
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/data/ac-sufficiency-rubric.md +33 -0
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/data/audit-comment-template.md +54 -0
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/data/event-schemas.md +58 -0
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-01-init.md +173 -0
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-02-triage.md +159 -0
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-03-refine.md +149 -0
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-04-implement.md +147 -0
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-05-review.md +146 -0
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-06-qa.md +199 -0
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-07-complete.md +141 -0
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-e/step-01-assess.md +102 -0
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-e/step-02-apply.md +85 -0
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-v/step-01-validate.md +154 -0
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/workflow-plan-ticket-lifecycle.md +346 -0
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/workflow.md +84 -0
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/workflow.yaml +39 -0
- package/templates/commonproject/copier.yml +90 -0
- package/templates/commonproject/mise.toml +38 -0
- package/templates/commonproject/template/.copier-answers.yml.jinja +2 -0
- package/templates/commonproject/template/.env.op +2 -0
- package/templates/commonproject/template/.mise/scripts/link-agentfiles.sh +9 -0
- package/templates/commonproject/template/.project.json.jinja +19 -0
- package/templates/commonproject/template/AGENTS.md.jinja +7 -0
- package/templates/commonproject/template/mise.toml.jinja +26 -0
- package/templates/hermes-agent/README.md +149 -0
- package/templates/hermes-agent/copier.yml +167 -0
- package/templates/hermes-agent/docs/architecture.md +111 -0
- package/templates/hermes-agent/docs/operations.md +238 -0
- package/templates/hermes-agent/docs/runbooks/runtime-checkpoint-repair.md +167 -0
- package/templates/hermes-agent/docs/scrum-master/README.md +118 -0
- package/templates/hermes-agent/docs/scrum-master/architecture.md +203 -0
- package/templates/hermes-agent/docs/scrum-master/development.md +313 -0
- package/templates/hermes-agent/docs/scrum-master/providers.md +203 -0
- package/templates/hermes-agent/docs/scrum-master-sentinel.md +17 -0
- package/templates/hermes-agent/install-local.sh +214 -0
- package/templates/hermes-agent/runtime-scaffold/.gitattributes +10 -0
- package/templates/hermes-agent/runtime-scaffold/README.md +52 -0
- package/templates/hermes-agent/runtime-scaffold/bloodbank-consumer.py +147 -0
- package/templates/hermes-agent/runtime-scaffold/decisions/.gitkeep +2 -0
- package/templates/hermes-agent/runtime-scaffold/logs/.gitkeep +1 -0
- package/templates/hermes-agent/runtime-scaffold/memories/MEMORY.md +47 -0
- package/templates/hermes-agent/runtime-scaffold/memories/USER.md +51 -0
- package/templates/hermes-agent/scripts/backfill-fleet-sot.sh +279 -0
- package/templates/hermes-agent/scripts/repair-runtime-checkpoint.sh +122 -0
- package/templates/hermes-agent/scripts/retrofit-70-envfile.sh +129 -0
- package/templates/hermes-agent/template/.gitignore.jinja +6 -0
- package/templates/hermes-agent/template/.runtime-scaffold/.gitattributes +10 -0
- package/templates/hermes-agent/template/.runtime-scaffold/README.md +52 -0
- package/templates/hermes-agent/template/.runtime-scaffold/bloodbank-consumer.py +147 -0
- package/templates/hermes-agent/template/.runtime-scaffold/decisions/.gitkeep +2 -0
- package/templates/hermes-agent/template/.runtime-scaffold/logs/.gitkeep +1 -0
- package/templates/hermes-agent/template/.runtime-scaffold/memories/MEMORY.md +47 -0
- package/templates/hermes-agent/template/.runtime-scaffold/memories/USER.md +51 -0
- package/templates/hermes-agent/template/.scripts/00-banner.sh +21 -0
- package/templates/hermes-agent/template/.scripts/01-config.sh +49 -0
- package/templates/hermes-agent/template/.scripts/05-fleet-env.sh +54 -0
- package/templates/hermes-agent/template/.scripts/10-hermes-profile.sh +130 -0
- package/templates/hermes-agent/template/.scripts/20-runtime-repo.sh +144 -0
- package/templates/hermes-agent/template/.scripts/30-telegram.sh +84 -0
- package/templates/hermes-agent/template/.scripts/40-plane.sh +51 -0
- package/templates/hermes-agent/template/.scripts/42-ticket-provider.sh +187 -0
- package/templates/hermes-agent/template/.scripts/60-bloodbank.sh +75 -0
- package/templates/hermes-agent/template/.scripts/70-systemd.sh +120 -0
- package/templates/hermes-agent/template/.scripts/75-scrum-master.sh +117 -0
- package/templates/hermes-agent/template/.scripts/80-registry.sh +53 -0
- package/templates/hermes-agent/template/.scripts/90-chain-scrum-master.sh +45 -0
- package/templates/hermes-agent/template/.scripts/99-summary.sh +38 -0
- package/templates/hermes-agent/template/.scripts/_lib.sh +208 -0
- package/templates/hermes-agent/template/.scripts/checkpoint.sh +17 -0
- package/templates/hermes-agent/template/.scripts/config.example.toml +55 -0
- package/templates/hermes-agent/template/.scripts/lib/ticket-provider.sh +102 -0
- package/templates/hermes-agent/template/.scripts/providers/linear.sh +176 -0
- package/templates/hermes-agent/template/.scripts/providers/plane.sh +196 -0
- package/templates/hermes-agent/template/.scripts/providers/trello.sh +160 -0
- package/templates/hermes-agent/template/.scripts/scrum-master/bin/emit-event.py +106 -0
- package/templates/hermes-agent/template/.scripts/scrum-master/bin/issue-autonomous-review.sh +125 -0
- package/templates/hermes-agent/template/.scripts/scrum-master/bin/issue-close-gate.sh +62 -0
- package/templates/hermes-agent/template/.scripts/scrum-master/continuous-ticket-sentinel.prompt.md.jinja +94 -0
- package/templates/hermes-agent/template/.scripts/scrum-master/continuous-ticket-sentinel.sh +207 -0
- package/templates/hermes-agent/template/.scripts/scrum-master/docs/autonomous-delegated-review.md +168 -0
- package/templates/hermes-agent/template/.scripts/scrum-master/docs/bloodbank-events.md +49 -0
- package/templates/hermes-agent/template/.scripts/scrum-master/docs/continuous-ticket-orchestration.md +75 -0
- package/templates/hermes-agent/template/SOUL.md.jinja +119 -0
- package/templates/hermes-agent/template/hermes.jinja +74 -0
- package/templates/hermes-agent/template/role.yaml.jinja +75 -0
|
@@ -0,0 +1,238 @@
|
|
|
1
|
+
# Operations
|
|
2
|
+
|
|
3
|
+
Running the hermes fleet day-to-day: provisioning, starting, stopping, retiring,
|
|
4
|
+
debugging.
|
|
5
|
+
|
|
6
|
+
## Provision a new agent
|
|
7
|
+
|
|
8
|
+
```bash
|
|
9
|
+
cd /path/to/the/project-repo # MUST be inside a git repo
|
|
10
|
+
copier copy gh:delorenj/hermes-agent-template ./agents/hermes/<role> \
|
|
11
|
+
--data target_repo=<repo-name> # REQUIRED — must match the parent repo name
|
|
12
|
+
--data role=<role> # pm | dev | review | ops | qa | ci | ...
|
|
13
|
+
--data agent_purpose="<one-liner>"
|
|
14
|
+
--data soul_tone=direct # direct | playful | formal | terse
|
|
15
|
+
--trust
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
`target_repo` MUST be supplied explicitly. The template no longer derives it
|
|
19
|
+
from `dst_path` (path-based regex was unreliable across relative vs absolute
|
|
20
|
+
invocations).
|
|
21
|
+
|
|
22
|
+
### What runs
|
|
23
|
+
|
|
24
|
+
| Step | What happens | Skippable via |
|
|
25
|
+
| --- | --- | --- |
|
|
26
|
+
| 00 banner | Print identity | n/a |
|
|
27
|
+
| 01 config | Seed `~/.config/hermes-agent-template/config.toml` from the shipped example if absent (see [Configuration](#configuration)) | n/a |
|
|
28
|
+
| 05 fleet env | Ensure `~/.hermes/fleet.env` exists (shared Hermes binary/repo/registry source-of-truth), populated from `config.toml` | n/a |
|
|
29
|
+
| 10 hermes profile | `hermes profile create <repo>-<role> --inherit-config --no-alias` + mirror local skills/plugins/hooks from default + symlink canonical runtime skills (`delonet-conventions`, `delonet-dotenv`, `hermes-pm-template-maintenance`, `hindsight`, `subagent-driven-development`) from `/home/delorenj/.agents/skills` | n/a |
|
|
30
|
+
| 20 runtime repo | Create gh:delorenj/agent-hm-<repo>-<role> (private), push scaffold from role-local `.runtime-scaffold/`, submodule-add into ./runtime/, symlink ~/.hermes/profiles/<id> → runtime | `SKIP_RUNTIME_REPO=1` |
|
|
31
|
+
| 30 telegram | Capture BotFather token, write to profile-local `.env`, enable hermes-telegram toolset | `SKIP_TELEGRAM=1` |
|
|
32
|
+
| 40 plane | Create Plane project in 33god workspace (1:1 with agent), patch identifier into role.yaml | `SKIP_PLANE=1` |
|
|
33
|
+
| 60 bloodbank | Install consumer (renders from scaffold w/ agent values), health-check NATS, install nats-py via uv if missing | `SKIP_BLOODBANK=1` |
|
|
34
|
+
| 70 systemd | Install user units: gateway, consumer, hourly checkpoint timer | `SKIP_SYSTEMD=1` |
|
|
35
|
+
| 80 registry | Append entry to ~/.hermes/agents-registry.yaml | n/a |
|
|
36
|
+
| 99 summary | Print summary | n/a |
|
|
37
|
+
|
|
38
|
+
Every step is idempotent — re-running the entire provisioning is safe. Each
|
|
39
|
+
step writes a `.done-NN-*` marker; delete that marker to force a re-run.
|
|
40
|
+
|
|
41
|
+
## Configuration
|
|
42
|
+
|
|
43
|
+
Environment-specific defaults are NOT hardcoded — they live in
|
|
44
|
+
`~/.config/hermes-agent-template/config.toml` (override the path with
|
|
45
|
+
`$HERMES_TEMPLATE_CONFIG`). Step `01 config` seeds it from the shipped
|
|
46
|
+
`config.example.toml` on first run. Every provisioning script and the generated
|
|
47
|
+
`hermes` launcher read it.
|
|
48
|
+
|
|
49
|
+
Resolution precedence for each value: **explicit env var → `~/.hermes/fleet.env`
|
|
50
|
+
→ `config.toml` → built-in fallback**. To retarget the whole template for a
|
|
51
|
+
different machine/user, edit this one file:
|
|
52
|
+
|
|
53
|
+
```toml
|
|
54
|
+
[fleet]
|
|
55
|
+
hermes_bin = "/path/to/hermes-agent/.venv/bin/hermes"
|
|
56
|
+
hermes_repo = "/path/to/hermes-agent"
|
|
57
|
+
oauth_file = "~/.hermes/auth.json"
|
|
58
|
+
codex_home = "~/.codex"
|
|
59
|
+
canonical_skills_dir = "/path/to/.agents/skills"
|
|
60
|
+
|
|
61
|
+
[github]
|
|
62
|
+
runtime_repo_owner = "your-gh-owner"
|
|
63
|
+
|
|
64
|
+
[plane]
|
|
65
|
+
base = "https://plane.example.com"
|
|
66
|
+
workspace = "your-workspace"
|
|
67
|
+
|
|
68
|
+
[bloodbank]
|
|
69
|
+
nats_host = "127.0.0.1"
|
|
70
|
+
nats_port = 4222
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
`role.yaml` stores an empty `runtime.github_owner` and `plane.workspace` for
|
|
74
|
+
freshly provisioned agents; the shell layer fills them from `config.toml` at
|
|
75
|
+
runtime (older manifests that baked `owner/name` into `runtime.github_repo`
|
|
76
|
+
still work unchanged).
|
|
77
|
+
|
|
78
|
+
## Fleet source-of-truth
|
|
79
|
+
|
|
80
|
+
`~/.hermes/fleet.env` is the single shared pointer every generated launcher reads:
|
|
81
|
+
|
|
82
|
+
- `HERMES_FLEET_BIN` (the exact Hermes executable all agents use)
|
|
83
|
+
- `HERMES_FLEET_REPO` (the upstream/fork checkout you keep on the edge)
|
|
84
|
+
- `HERMES_FLEET_REGISTRY_FILE` (defaults to `~/.hermes/agents-registry.yaml`)
|
|
85
|
+
- `HERMES_FLEET_OAUTH_FILE` (shared Hermes provider OAuth store)
|
|
86
|
+
- `HERMES_FLEET_CODEX_HOME` (shared Codex CLI/app-server auth/config home)
|
|
87
|
+
|
|
88
|
+
If you `git pull`/sync the repo at `HERMES_FLEET_REPO` and rebuild/update that
|
|
89
|
+
same binary path, every wrapper benefits immediately with no per-agent edits.
|
|
90
|
+
For Codex auth, run `hermes auth add openai-codex` through any generated agent
|
|
91
|
+
launcher once; all agents using the same fleet env read the same Hermes OAuth
|
|
92
|
+
store afterward.
|
|
93
|
+
|
|
94
|
+
To retrofit older provisioned agents onto this model, run:
|
|
95
|
+
|
|
96
|
+
```bash
|
|
97
|
+
cd /home/delorenj/code/hermes-agent-template
|
|
98
|
+
./scripts/backfill-fleet-sot.sh
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
## Start the daemons for an agent
|
|
102
|
+
|
|
103
|
+
```bash
|
|
104
|
+
AGENT=bloodbank-pm
|
|
105
|
+
systemctl --user start hermes-${AGENT}-consumer.service
|
|
106
|
+
systemctl --user start hermes-${AGENT}-checkpoint.timer
|
|
107
|
+
|
|
108
|
+
# Gateway will fail to start until Telegram is wired up (no other platforms
|
|
109
|
+
# configured). After running .scripts/30-telegram.sh:
|
|
110
|
+
systemctl --user start hermes-${AGENT}-gateway.service
|
|
111
|
+
```
|
|
112
|
+
|
|
113
|
+
## Talk to an agent
|
|
114
|
+
|
|
115
|
+
| Channel | How |
|
|
116
|
+
| --- | --- |
|
|
117
|
+
| Telegram | DM `@<repo>_<role>_bot` (once Telegram is wired) |
|
|
118
|
+
| Local CLI | `./agents/hermes/<role>/hermes chat "..."` |
|
|
119
|
+
| Bloodbank | Publish to subject `bloodbank.cmd.v1.agent.<agent_id>.<verb>.requested` |
|
|
120
|
+
|
|
121
|
+
## Inspect fleet state
|
|
122
|
+
|
|
123
|
+
```bash
|
|
124
|
+
python3 - <<'EOF'
|
|
125
|
+
import yaml, pathlib
|
|
126
|
+
agents = yaml.safe_load(pathlib.Path.home().joinpath('.hermes/agents-registry.yaml').read_text())['agents']
|
|
127
|
+
for k, v in agents.items():
|
|
128
|
+
print(f"{k:25s} @{v['telegram']['bot_username']:30s} plane={v['plane']['identifier']} runtime=gh:{v['runtime_repo']}")
|
|
129
|
+
EOF
|
|
130
|
+
|
|
131
|
+
# Service status
|
|
132
|
+
systemctl --user list-units --state=active 'hermes-*'
|
|
133
|
+
systemctl --user list-timers 'hermes-*'
|
|
134
|
+
|
|
135
|
+
# Tail the consumer for live bloodbank events
|
|
136
|
+
journalctl --user -fu hermes-<agent-id>-consumer.service
|
|
137
|
+
```
|
|
138
|
+
|
|
139
|
+
## Deferred manual steps (one-time per agent)
|
|
140
|
+
|
|
141
|
+
### Telegram bot
|
|
142
|
+
|
|
143
|
+
1. Open Telegram, message `@BotFather`
|
|
144
|
+
2. `/newbot`, display name `<Repo> <ROLE>`, username `<repo>_<role>_bot`
|
|
145
|
+
3. Copy the HTTP API token
|
|
146
|
+
4. `/setjoingroups Disable`, `/setprivacy Disable`
|
|
147
|
+
5. Re-run the wire-up step:
|
|
148
|
+
```bash
|
|
149
|
+
cd <project>/agents/hermes/<role>
|
|
150
|
+
rm .scripts/.done-30-telegram
|
|
151
|
+
SKIP_TELEGRAM=0 ./.scripts/30-telegram.sh
|
|
152
|
+
systemctl --user restart hermes-<agent-id>-gateway.service
|
|
153
|
+
```
|
|
154
|
+
|
|
155
|
+
## Restore an agent on a new machine
|
|
156
|
+
|
|
157
|
+
```bash
|
|
158
|
+
cd /path/to/the/project-repo
|
|
159
|
+
git submodule update --init --recursive
|
|
160
|
+
git -C agents/hermes/<role>/runtime lfs pull
|
|
161
|
+
|
|
162
|
+
# Restore secrets that were excluded from git:
|
|
163
|
+
op read 'op://DeLoSecrets/agent-hm-<repo>-<role>/.env' > agents/hermes/<role>/runtime/.env
|
|
164
|
+
# (or copy from a backup machine)
|
|
165
|
+
|
|
166
|
+
# Symlink the profile dir
|
|
167
|
+
ln -sfn $PWD/agents/hermes/<role>/runtime ~/.hermes/profiles/<repo>-<role>
|
|
168
|
+
cat > agents/hermes/<role>/runtime/profile.yaml <<'YAML'
|
|
169
|
+
config:
|
|
170
|
+
inherit_from: default
|
|
171
|
+
save_mode: delta
|
|
172
|
+
YAML
|
|
173
|
+
|
|
174
|
+
# Re-enable systemd units
|
|
175
|
+
systemctl --user enable hermes-<repo>-<role>-{gateway,consumer}.service
|
|
176
|
+
systemctl --user enable hermes-<repo>-<role>-checkpoint.timer
|
|
177
|
+
systemctl --user start hermes-<repo>-<role>-{consumer}.service
|
|
178
|
+
systemctl --user start hermes-<repo>-<role>-checkpoint.timer
|
|
179
|
+
```
|
|
180
|
+
|
|
181
|
+
## Retire an agent (manual, until v1.1 ships retire.sh)
|
|
182
|
+
|
|
183
|
+
```bash
|
|
184
|
+
AGENT=bloodbank-dev
|
|
185
|
+
# 1. Stop daemons
|
|
186
|
+
systemctl --user disable --now hermes-${AGENT}-{gateway,consumer}.service
|
|
187
|
+
systemctl --user disable --now hermes-${AGENT}-checkpoint.timer
|
|
188
|
+
|
|
189
|
+
# 2. Delete hermes profile (cascades to symlinked runtime — make sure
|
|
190
|
+
# that's what you want!)
|
|
191
|
+
hermes profile delete ${AGENT}
|
|
192
|
+
|
|
193
|
+
# 3. Archive Plane project (Plane UI or API)
|
|
194
|
+
PROJECT_ID=$(python3 -c "import yaml,pathlib; print(yaml.safe_load(pathlib.Path.home().joinpath('.hermes/agents-registry.yaml').read_text())['agents']['${AGENT}']['plane']['project_id'])")
|
|
195
|
+
curl -X POST "https://plane.delo.sh/api/v1/workspaces/33god/projects/${PROJECT_ID}/archive/" \
|
|
196
|
+
-H "X-API-Key: ${PLANE_33GOD_API_KEY}"
|
|
197
|
+
|
|
198
|
+
# 4. BotFather: /deletebot @<repo>_<role>_bot
|
|
199
|
+
# 5. Archive runtime repo (GitHub UI; we don't have delete_repo scope by default)
|
|
200
|
+
# 6. Remove registry entry
|
|
201
|
+
python3 -c "
|
|
202
|
+
import yaml, pathlib
|
|
203
|
+
p = pathlib.Path.home() / '.hermes' / 'agents-registry.yaml'
|
|
204
|
+
d = yaml.safe_load(p.read_text()); d['agents'].pop('${AGENT}', None)
|
|
205
|
+
p.write_text(yaml.safe_dump(d))"
|
|
206
|
+
|
|
207
|
+
# 7. In the project repo, remove the submodule
|
|
208
|
+
cd /path/to/project
|
|
209
|
+
git submodule deinit -f agents/hermes/<role>/runtime
|
|
210
|
+
git rm -f agents/hermes/<role>/runtime
|
|
211
|
+
rm -rf .git/modules/agents/hermes/<role>/runtime
|
|
212
|
+
rm -rf agents/hermes/<role>
|
|
213
|
+
```
|
|
214
|
+
|
|
215
|
+
## Troubleshooting
|
|
216
|
+
|
|
217
|
+
### Gateway service fails immediately
|
|
218
|
+
- Check `~/.hermes/profiles/<agent>/.env` has `TELEGRAM_BOT_TOKEN` set
|
|
219
|
+
- `journalctl --user -u hermes-<agent>-gateway.service`
|
|
220
|
+
- If "all configured messaging platforms failed to connect" — Telegram step wasn't run yet. Run `.scripts/30-telegram.sh` first.
|
|
221
|
+
|
|
222
|
+
### Consumer not seeing events
|
|
223
|
+
- Verify NATS is up: `docker compose -f ~/code/33GOD/bloodbank/compose/docker-compose.yml ps`
|
|
224
|
+
- Tail consumer: `journalctl --user -fu hermes-<agent>-consumer.service`
|
|
225
|
+
- Make sure something is actually publishing to `bloodbank.evt.v1.repo.<repo>.*`
|
|
226
|
+
|
|
227
|
+
### Checkpoint timer not pushing
|
|
228
|
+
- Look at the most recent checkpoint log: `tail ~/.hermes/profiles/<agent>/logs/checkpoint.log`
|
|
229
|
+
- Verify the submodule's git remote is reachable: `cd ...runtime && git push origin HEAD`
|
|
230
|
+
- If LFS items fail to push: `git lfs push origin HEAD --all`
|
|
231
|
+
|
|
232
|
+
### Profile dir contains nested `profiles/profiles/...`
|
|
233
|
+
- That was a legacy clone-based profile bug. New profiles use
|
|
234
|
+
`--inherit-config`; if you see nested profile dirs, remove the nested tree and
|
|
235
|
+
confirm `runtime/profile.yaml` contains `config.inherit_from: default`.
|
|
236
|
+
|
|
237
|
+
### `hermes` launcher complains about HERMES_BIN
|
|
238
|
+
- Check the launcher script: `./agents/hermes/<role>/hermes` references `/home/delorenj/code/hermes-agent/.venv/bin/hermes`. Override with `HERMES_BIN=/path/to/hermes ./agents/hermes/pm/hermes status`.
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
# Runbook: repair a failing runtime-checkpoint service
|
|
2
|
+
|
|
3
|
+
Status: Active operations runbook
|
|
4
|
+
Applies to: every Hermes agent whose `runtime/` is a git submodule checkpointed
|
|
5
|
+
by a `hermes-<agent>-<role>-checkpoint.service` systemd unit.
|
|
6
|
+
|
|
7
|
+
This runbook fixes the failure where the hourly checkpoint service dies with
|
|
8
|
+
**exit 128** and the agent's runtime "brain" stops being backed up. It is
|
|
9
|
+
written so any agent or operator can copy it to another repo and apply it
|
|
10
|
+
safely. First captured 2026-06-01 fixing the Drumjangler PM checkpoint; the same
|
|
11
|
+
fault was present on other agents in the fleet.
|
|
12
|
+
|
|
13
|
+
## Symptom
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
systemctl --user status hermes-<agent>-<role>-checkpoint.service
|
|
17
|
+
# Active: failed (Result: exit-code) ... status=128/n/a
|
|
18
|
+
# ExecStart=.../agents/hermes/<role>/.scripts/checkpoint.sh
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
`checkpoint.sh` is just `cd runtime && git add -A && commit && push`. Run it by
|
|
22
|
+
hand and you see the real error:
|
|
23
|
+
|
|
24
|
+
```text
|
|
25
|
+
fatal: in unpopulated submodule 'agents/hermes/<role>/runtime'
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
## Root cause
|
|
29
|
+
|
|
30
|
+
`agents/hermes/<role>/runtime` is registered as a **git submodule** in the
|
|
31
|
+
project repo (`.gitmodules` has its URL; the parent index holds a `160000`
|
|
32
|
+
gitlink), **but the submodule is not populated** — there is no `runtime/.git`,
|
|
33
|
+
and `.git/modules/<path>` is gone. So any git command run *inside* `runtime/`
|
|
34
|
+
resolves **up to the parent repo**, which treats `runtime/` as an unpopulated
|
|
35
|
+
submodule path and makes `git add -A` fatal (exit 128).
|
|
36
|
+
|
|
37
|
+
Confirm it:
|
|
38
|
+
|
|
39
|
+
```bash
|
|
40
|
+
RT=agents/hermes/<role>/runtime
|
|
41
|
+
git -C "$RT" rev-parse --show-toplevel # prints the PARENT repo, not RT -> red flag
|
|
42
|
+
ls "$RT/.git" # missing -> unpopulated
|
|
43
|
+
git ls-files -s "$RT" | head -1 # mode 160000 <sha> ... -> gitlink
|
|
44
|
+
git config -f .gitmodules --get-regexp "$RT" # submodule.<path>.url git@...
|
|
45
|
+
ls .git/modules/"$RT" 2>/dev/null || echo "objects gone -> must re-fetch from remote"
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
Consequence: the agent's durable brain (`SOUL.md`, `memories/`, `profiles/`,
|
|
49
|
+
`skills/`, config) lives on disk (the running agent still reads it) but is **not
|
|
50
|
+
committed or pushed anywhere** — no backup until this is repaired.
|
|
51
|
+
|
|
52
|
+
## The fix (safe, in-place, preserves all on-disk state)
|
|
53
|
+
|
|
54
|
+
The key safety property: `git reset --mixed` moves `HEAD` + the index only and
|
|
55
|
+
**never rewrites working-tree files**, so the live brain (and a multi-hundred-MB
|
|
56
|
+
`state.db`) is untouched. Never use `git submodule update`/`git checkout <tree>`
|
|
57
|
+
here — those would overwrite live, uncommitted edits with the older committed
|
|
58
|
+
versions.
|
|
59
|
+
|
|
60
|
+
```bash
|
|
61
|
+
RT=agents/hermes/<role>/runtime
|
|
62
|
+
URL=$(git config -f .gitmodules --get submodule."$RT".url)
|
|
63
|
+
|
|
64
|
+
# 0. remote must be reachable (read-only)
|
|
65
|
+
GIT_SSH_COMMAND='ssh -o BatchMode=yes -o ConnectTimeout=15' git ls-remote "$URL" >/dev/null
|
|
66
|
+
|
|
67
|
+
cd "$RT"
|
|
68
|
+
# 1. re-init git in place on branch 'main' (creates .git/ only; no file changes)
|
|
69
|
+
git init -q
|
|
70
|
+
git symbolic-ref HEAD refs/heads/main
|
|
71
|
+
git remote add origin "$URL"
|
|
72
|
+
git fetch -q origin
|
|
73
|
+
# 2. re-base history onto the remote tip WITHOUT touching the working tree
|
|
74
|
+
git reset --mixed -q origin/main
|
|
75
|
+
git branch --set-upstream-to=origin/main main 2>/dev/null || true
|
|
76
|
+
# 3. the repo uses git-lfs for *.db/images (.gitattributes); register filters
|
|
77
|
+
git lfs install --local
|
|
78
|
+
# 4. restore tracked config that may be missing on disk (avoids spurious deletes)
|
|
79
|
+
git checkout origin/main -- .gitattributes README.md 2>/dev/null || true
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
### Make it sustainable: back up the brain, not volatile state
|
|
83
|
+
|
|
84
|
+
Even though `.gitattributes` routes `*.db` through LFS, committing a live,
|
|
85
|
+
constantly-growing `state.db` (often hundreds of MB) every hour is not
|
|
86
|
+
sustainable, and `lsp/` (node_modules), `checkpoints/` (a nested object store),
|
|
87
|
+
and `sessions/` (ephemeral dumps) must never be committed. The checkpoint repo's
|
|
88
|
+
job is the **durable brain**. Ensure `runtime/.gitignore` contains:
|
|
89
|
+
|
|
90
|
+
```gitignore
|
|
91
|
+
# Runtime working state — NOT part of the durable brain backup.
|
|
92
|
+
*.db
|
|
93
|
+
*.db-wal
|
|
94
|
+
*.db-shm
|
|
95
|
+
*.sqlite
|
|
96
|
+
*.sqlite3
|
|
97
|
+
*.lock
|
|
98
|
+
.update_check
|
|
99
|
+
lsp/
|
|
100
|
+
checkpoints/
|
|
101
|
+
sessions/
|
|
102
|
+
cron/
|
|
103
|
+
*_cache.json
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
Then untrack anything volatile that is currently tracked (keeps the files on
|
|
107
|
+
disk):
|
|
108
|
+
|
|
109
|
+
```bash
|
|
110
|
+
git rm -r --cached --ignore-unmatch state.db state.db-wal state.db-shm cron
|
|
111
|
+
```
|
|
112
|
+
|
|
113
|
+
### Verify BEFORE committing (mandatory safety gate)
|
|
114
|
+
|
|
115
|
+
```bash
|
|
116
|
+
git add -A --dry-run | awk '{print $2}' | while read -r f; do
|
|
117
|
+
[ -f "$f" ] && s=$(stat -c%s "$f") && [ "$s" -gt 1048576 ] && echo "BIG: $((s/1048576))MB $f"; done
|
|
118
|
+
# ^ must print nothing. Also confirm no state.db / lsp/ / sessions/ / checkpoints/,
|
|
119
|
+
# and no secrets (.env, auth.json, *.key, *token*) in the staged set.
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
### Commit, push, and bring the service green
|
|
123
|
+
|
|
124
|
+
```bash
|
|
125
|
+
bash agents/hermes/<role>/.scripts/checkpoint.sh # exits 0, pushes brain
|
|
126
|
+
systemctl --user reset-failed hermes-<agent>-<role>-checkpoint.service
|
|
127
|
+
systemctl --user start hermes-<agent>-<role>-checkpoint.service
|
|
128
|
+
systemctl --user show hermes-<agent>-<role>-checkpoint.service -p Result -p ExecMainStatus
|
|
129
|
+
# Result=success ExecMainStatus=0
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
## One-shot
|
|
133
|
+
|
|
134
|
+
`scripts/repair-runtime-checkpoint.sh` automates all of the above. It is
|
|
135
|
+
**dry-run by default** (diagnoses and prints the plan) and only mutates with
|
|
136
|
+
`--apply`. Run it from a project repo root:
|
|
137
|
+
|
|
138
|
+
```bash
|
|
139
|
+
# diagnose
|
|
140
|
+
hermes-agent-template/scripts/repair-runtime-checkpoint.sh agents/hermes/pm/runtime
|
|
141
|
+
# apply the in-place re-attach + .gitignore policy + untrack (no commit)
|
|
142
|
+
hermes-agent-template/scripts/repair-runtime-checkpoint.sh --apply agents/hermes/pm/runtime
|
|
143
|
+
# then validate the service
|
|
144
|
+
systemctl --user reset-failed <svc> && systemctl --user start <svc>
|
|
145
|
+
```
|
|
146
|
+
|
|
147
|
+
## Fleet sweep — this is rarely just one repo
|
|
148
|
+
|
|
149
|
+
```bash
|
|
150
|
+
systemctl --user list-units --all '*-checkpoint.service' | grep -i failed
|
|
151
|
+
# for each failing agent, locate its runtime and run the repair script.
|
|
152
|
+
```
|
|
153
|
+
|
|
154
|
+
## Lessons learned (why this happened / what to remember)
|
|
155
|
+
|
|
156
|
+
- An **unpopulated submodule** silently redirects in-directory git commands to
|
|
157
|
+
the parent repo; `git add -A` then fatals with exit 128. The fix is to restore
|
|
158
|
+
the submodule's own `.git` (objects from the remote), not to touch the parent.
|
|
159
|
+
- `git reset --mixed <ref>` is the safe way to re-attach history to a populated
|
|
160
|
+
working directory: it preserves every on-disk file.
|
|
161
|
+
- The checkpoint must **exclude volatile working state** (`state.db*`, `lsp/`,
|
|
162
|
+
`checkpoints/`, `sessions/`, caches, locks). Back up identity + memory + skills.
|
|
163
|
+
- Core dumps from the agent will **not** appear in `coredumpctl`/`/var/crash` on
|
|
164
|
+
Ubuntu: apport discards crashes from unpackaged venv-Python binaries. Use
|
|
165
|
+
`PYTHONFAULTHANDLER=1` or a private `core_pattern` to capture a backtrace.
|
|
166
|
+
- Always run the fleet sweep — provisioning copies this layout to every agent,
|
|
167
|
+
so a structural fault tends to be fleet-wide.
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
# Scrum Master sentinel — developer handoff
|
|
2
|
+
|
|
3
|
+
This guide is the entry point for continuing development of the **Scrum Master**
|
|
4
|
+
role: a provider-agnostic, always-on ticket sentinel with an autonomous
|
|
5
|
+
adversarial review (act, do not wait). Read this first, then follow the links to
|
|
6
|
+
the deeper guides. It's written so a Hermes agent (or a human) can pick up the
|
|
7
|
+
work without prior context.
|
|
8
|
+
|
|
9
|
+
## What the Scrum Master is
|
|
10
|
+
|
|
11
|
+
The Scrum Master is a Hermes agent role whose core loop keeps a project moving:
|
|
12
|
+
it makes sure exactly one implementation worker is advancing a ready ticket, or
|
|
13
|
+
it records why none can. When a ticket reaches the review lane, it runs an
|
|
14
|
+
independent, rigorous **adversarial review** and acts on the verdict
|
|
15
|
+
autonomously — never parking work to wait on the operator. If the work hasn't
|
|
16
|
+
drifted from the operator's locked intent and clears the gate, the review is
|
|
17
|
+
`accepted`: the loop treats the ticket as done, unblocks dependents, and emits a
|
|
18
|
+
decision event. A real finding is `held` and the ticket goes back to active.
|
|
19
|
+
|
|
20
|
+
It talks to the ticket board through a pluggable adapter, so the same engine
|
|
21
|
+
runs on Linear, Plane, or Trello. The engine lives once in this template (the
|
|
22
|
+
single source of truth) and propagates to every deployment with
|
|
23
|
+
`copier update`.
|
|
24
|
+
|
|
25
|
+
## Status at handoff
|
|
26
|
+
|
|
27
|
+
The following is true as of June 1, 2026.
|
|
28
|
+
|
|
29
|
+
- The engine, the provider abstraction, and the autonomous adversarial-review
|
|
30
|
+
enforcement are built, syntax-clean, and validated offline with a mock
|
|
31
|
+
provider.
|
|
32
|
+
- The **Linear** adapter is verified live against a real board (Drumjangler's
|
|
33
|
+
`DEL` team: `resolve`, `list_issues` returning 93 issues, and `get_issue`).
|
|
34
|
+
- The **Plane** adapter is verified live against a real workspace
|
|
35
|
+
(`resolve`, `list_issues`, `get_issue`, `comment`, and a
|
|
36
|
+
`transition` to `completed` on a disposable issue).
|
|
37
|
+
- The **Trello** adapter is implemented against the same contract but is
|
|
38
|
+
**not** yet verified against a live board.
|
|
39
|
+
- The engine runs on **Linux** (`systemd`) and **macOS** (`launchd`). The runner
|
|
40
|
+
uses `flock` on Linux and an atomic `mkdir` lock on macOS.
|
|
41
|
+
- **Drumjangler** has been cut over to this engine (provider `linear`). Its
|
|
42
|
+
bespoke sentinel is retired. See
|
|
43
|
+
[Development guide: the Drumjangler cutover](development.md#the-drumjangler-cutover).
|
|
44
|
+
|
|
45
|
+
## Quick local install
|
|
46
|
+
|
|
47
|
+
For a local, single-machine install (no GitHub runtime repo, no Telegram, no
|
|
48
|
+
NATS), use the one-command bootstrap. From inside the target project:
|
|
49
|
+
|
|
50
|
+
```bash
|
|
51
|
+
export PLANE_API_KEY=<key> # or LINEAR_API_KEY / TRELLO_KEY + TRELLO_TOKEN
|
|
52
|
+
curl -fsSL https://raw.githubusercontent.com/delorenj/hermes-agent-template/main/install-local.sh | sh
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
It installs `hermes` and `copier` if missing, writes a host-correct local
|
|
56
|
+
config, provisions the PM and Scrum Master roles, binds the Scrum Master to an
|
|
57
|
+
existing board, and installs the sentinel as a `launchd` agent (macOS) or
|
|
58
|
+
`systemd` timer (Linux). See [Development guide: local
|
|
59
|
+
install](development.md#local-install-one-command).
|
|
60
|
+
|
|
61
|
+
<!-- prettier-ignore -->
|
|
62
|
+
> [!IMPORTANT]
|
|
63
|
+
> Full (non-local) provisioning is outward-facing. It can create a GitHub
|
|
64
|
+
> runtime repo, a Telegram bot, and a Plane project, and the Telegram step is
|
|
65
|
+
> interactive. Use `install-local.sh` or the `SKIP_*` flags described in
|
|
66
|
+
> [Development guide:
|
|
67
|
+
> provisioning](development.md#provisioning-a-scrum-master-manual) for local or lean
|
|
68
|
+
> installs.
|
|
69
|
+
|
|
70
|
+
## Where the pieces live
|
|
71
|
+
|
|
72
|
+
All paths are relative to the repository root.
|
|
73
|
+
|
|
74
|
+
| Path | What it is |
|
|
75
|
+
| --- | --- |
|
|
76
|
+
| `copier.yml` | Questions (`role`, `ticket_provider`, `with_scrum_master`) and the `_tasks` provisioning chain. |
|
|
77
|
+
| `template/role.yaml.jinja` | The rendered role manifest, including the `ticket_provider` binding and `scrum_master` knobs. |
|
|
78
|
+
| `template/.scripts/lib/ticket-provider.sh` | The adapter dispatcher (`tp`). The engine's only seam to a ticket system. |
|
|
79
|
+
| `template/.scripts/providers/{linear,plane,trello}.sh` | The provider adapters. |
|
|
80
|
+
| `template/.scripts/42-ticket-provider.sh` | Provisioning step that resolves or creates the board. |
|
|
81
|
+
| `template/.scripts/75-scrum-master.sh` | Provisioning step that installs the sentinel scheduler (`systemd` timer on Linux, `launchd` agent on macOS). |
|
|
82
|
+
| `template/.scripts/90-chain-scrum-master.sh` | Chains a Scrum Master provision when a PM opts in. |
|
|
83
|
+
| `install-local.sh` | One-command local install (no cloud, macOS + Linux). |
|
|
84
|
+
| `template/.scripts/scrum-master/continuous-ticket-sentinel.sh` | The runner (heartbeat plus full-pass dispatch). |
|
|
85
|
+
| `template/.scripts/scrum-master/continuous-ticket-sentinel.prompt.md.jinja` | The prompt the runner feeds to Hermes for a full pass. |
|
|
86
|
+
| `template/.scripts/scrum-master/bin/` | Enforcement tools: `issue-autonomous-review.sh`, `issue-close-gate.sh`, `emit-event.py`. |
|
|
87
|
+
| `template/.scripts/scrum-master/docs/` | Runtime protocol docs shipped to each deployment. |
|
|
88
|
+
|
|
89
|
+
The `docs/scrum-master/` directory you're reading now holds the **developer**
|
|
90
|
+
docs for this template. The `template/.scripts/scrum-master/docs/` directory
|
|
91
|
+
holds the **runtime** protocol docs that ship into each provisioned project for
|
|
92
|
+
the agent to read at run time. Keep the two in sync when behavior changes.
|
|
93
|
+
|
|
94
|
+
## Read next
|
|
95
|
+
|
|
96
|
+
- [Architecture](architecture.md): how the engine, the adapter contract, the
|
|
97
|
+
normalized states, and the autonomous adversarial review fit together.
|
|
98
|
+
- [Providers](providers.md): the adapter contract reference and a step-by-step
|
|
99
|
+
guide to adding or verifying a provider.
|
|
100
|
+
- [Development guide](development.md): the edit, validate, and propagate
|
|
101
|
+
workflow; provisioning and its `SKIP_*` flags; the Drumjangler cutover record;
|
|
102
|
+
known gotchas; and the open roadmap.
|
|
103
|
+
|
|
104
|
+
## Next steps for the incoming agent
|
|
105
|
+
|
|
106
|
+
The highest-value open work, in order:
|
|
107
|
+
|
|
108
|
+
1. Live-verify the **Trello** adapter against a real board (Linear and Plane are
|
|
109
|
+
done). See [Providers: verifying an
|
|
110
|
+
adapter](providers.md#verifying-an-adapter-against-a-live-board).
|
|
111
|
+
2. Confirm `install-local.sh` on a real macOS machine. The Linux path and the
|
|
112
|
+
Plane adapter are verified; the macOS `launchd` agent and `mkdir` lock get
|
|
113
|
+
their first real run on a Mac.
|
|
114
|
+
3. Give the Drumjangler Scrum Master its own runtime repo instead of the shared
|
|
115
|
+
symlink. See [Development guide: open
|
|
116
|
+
roadmap](development.md#open-roadmap).
|
|
117
|
+
4. Confirm the first full Hermes pass after a live cutover reconciles the board
|
|
118
|
+
cleanly.
|