@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,203 @@
|
|
|
1
|
+
# Provider adapters
|
|
2
|
+
|
|
3
|
+
This guide is the reference for the ticket-provider abstraction: the contract
|
|
4
|
+
every adapter implements, the three adapters that ship today, and a
|
|
5
|
+
step-by-step process for adding a new provider or verifying an existing one
|
|
6
|
+
against a live board. Read [Architecture](architecture.md) first for how the
|
|
7
|
+
adapter fits into the engine.
|
|
8
|
+
|
|
9
|
+
## The contract
|
|
10
|
+
|
|
11
|
+
Each adapter is a standalone POSIX shell script under
|
|
12
|
+
`template/.scripts/providers/<name>.sh`. It reads its credentials from the
|
|
13
|
+
environment and its board binding from `role.yaml` under `ticket_provider`. It
|
|
14
|
+
takes an operation as its first argument and writes JSON or a status string to
|
|
15
|
+
standard output.
|
|
16
|
+
|
|
17
|
+
The dispatcher, `template/.scripts/lib/ticket-provider.sh`, resolves the active
|
|
18
|
+
provider and routes calls. Source it, then call `tp <operation> [args...]`:
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
. .scripts/lib/ticket-provider.sh
|
|
22
|
+
tp active_milestone
|
|
23
|
+
tp list_issues
|
|
24
|
+
tp transition DEL-42 completed
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
Every adapter must implement these operations.
|
|
28
|
+
|
|
29
|
+
| Operation | Arguments | Output |
|
|
30
|
+
| --- | --- | --- |
|
|
31
|
+
| `resolve` | none | JSON `{provider, board_id, board_url}`. Validates credentials and board binding. |
|
|
32
|
+
| `active_milestone` | none | JSON `{id, name, state}` for the current milestone, cycle, or board. |
|
|
33
|
+
| `list_issues` | none | JSON array of `{id, key, title, state, state_type, updated_at, assignee, url}`. |
|
|
34
|
+
| `get_issue` | `<id>` | JSON `{id, key, title, description, acceptance, state, state_type, comments}`. |
|
|
35
|
+
| `comment` | `<id> <body>` | Prints the new comment id. |
|
|
36
|
+
| `transition` | `<id> <normalized-state>` | Moves the issue to a normalized state. |
|
|
37
|
+
| `create_board` | `<name> <ident> <desc>` | JSON `{board_id, board_url}`. Creates or reuses the board. |
|
|
38
|
+
|
|
39
|
+
The `transition` operation accepts only the normalized states from
|
|
40
|
+
[Architecture: normalized states](architecture.md#normalized-states):
|
|
41
|
+
`backlog`, `unstarted`, `started`, `in_review`, and `completed`. The adapter
|
|
42
|
+
maps each to its back end's concrete state.
|
|
43
|
+
|
|
44
|
+
## The adapters that ship today
|
|
45
|
+
|
|
46
|
+
The repository includes three adapters with different verification status.
|
|
47
|
+
|
|
48
|
+
- **Linear** (`providers/linear.sh`) is the reference implementation. It uses
|
|
49
|
+
the Linear GraphQL API. It's verified live against a real board. Linear's
|
|
50
|
+
`issue(id:)` field accepts both the UUID and the human identifier (for
|
|
51
|
+
example, `DEL-42`), so the engine can pass identifiers through.
|
|
52
|
+
- **Plane** (`providers/plane.sh`) uses the Plane REST API with `X-API-Key`
|
|
53
|
+
authentication. A Plane project maps to the board, a cycle maps to the
|
|
54
|
+
milestone, and `state.group` maps to the state type. It's verified live. Note
|
|
55
|
+
the v1 API returns an issue's `state` as a bare UUID with no `state_detail`,
|
|
56
|
+
so the adapter joins each issue against the project's states map; descriptions
|
|
57
|
+
come from `description_html`.
|
|
58
|
+
- **Trello** (`providers/trello.sh`) uses the Trello REST API with `key` and
|
|
59
|
+
`token` query-parameter authentication. A board maps to both the project and
|
|
60
|
+
the milestone, a list maps to the state, and a card maps to the issue. It's
|
|
61
|
+
implemented but not yet verified against a live board.
|
|
62
|
+
|
|
63
|
+
### Credentials and binding by provider
|
|
64
|
+
|
|
65
|
+
Set credentials in the environment and the board binding in `role.yaml`.
|
|
66
|
+
|
|
67
|
+
<details>
|
|
68
|
+
<summary>Linear</summary>
|
|
69
|
+
|
|
70
|
+
- Credentials: `LINEAR_API_KEY`.
|
|
71
|
+
- Binding:
|
|
72
|
+
|
|
73
|
+
```yaml
|
|
74
|
+
ticket_provider:
|
|
75
|
+
name: linear
|
|
76
|
+
team: DEL # Linear team key
|
|
77
|
+
project: "" # optional, scopes milestone and issue queries
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
</details>
|
|
81
|
+
|
|
82
|
+
<details>
|
|
83
|
+
<summary>Plane</summary>
|
|
84
|
+
|
|
85
|
+
- Credentials: `PLANE_API_KEY`. Endpoint: `PLANE_BASE` (default
|
|
86
|
+
`https://plane.delo.sh`).
|
|
87
|
+
- Binding:
|
|
88
|
+
|
|
89
|
+
```yaml
|
|
90
|
+
ticket_provider:
|
|
91
|
+
name: plane
|
|
92
|
+
workspace: <workspace-slug>
|
|
93
|
+
project: <project-uuid> # set by 42-ticket-provider.sh
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
</details>
|
|
97
|
+
|
|
98
|
+
<details>
|
|
99
|
+
<summary>Trello</summary>
|
|
100
|
+
|
|
101
|
+
- Credentials: `TRELLO_KEY` and `TRELLO_TOKEN`.
|
|
102
|
+
- Binding:
|
|
103
|
+
|
|
104
|
+
```yaml
|
|
105
|
+
ticket_provider:
|
|
106
|
+
name: trello
|
|
107
|
+
board: <board-id> # set by 42-ticket-provider.sh
|
|
108
|
+
state_map: { backlog: "Backlog", started: "In Progress", completed: "Done" }
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
</details>
|
|
112
|
+
|
|
113
|
+
## Adding a provider
|
|
114
|
+
|
|
115
|
+
To add a fourth provider, for example GitHub Issues or Jira, follow these steps.
|
|
116
|
+
|
|
117
|
+
1. Create `template/.scripts/providers/<name>.sh`. Start from `linear.sh` if the
|
|
118
|
+
back end uses GraphQL, or `plane.sh` if it uses REST with a single API key.
|
|
119
|
+
2. Implement every operation in [the contract](#the-contract). Return the exact
|
|
120
|
+
JSON shapes shown in the table. Map your back end's states to the five
|
|
121
|
+
normalized states.
|
|
122
|
+
3. Fail fast and clean. Validate credentials at the top of the script, before
|
|
123
|
+
any pipe, so a missing key prints one error line instead of a stack trace.
|
|
124
|
+
The existing adapters call a `need_key` helper for this.
|
|
125
|
+
4. Add the provider to the `ticket_provider` question in `copier.yml` so it
|
|
126
|
+
appears as a choice.
|
|
127
|
+
5. Extend `template/role.yaml.jinja` with a provider-specific binding block
|
|
128
|
+
under the `{% if ticket_provider == '<name>' %}` branch.
|
|
129
|
+
6. Teach `42-ticket-provider.sh` how to resolve or create the board for your
|
|
130
|
+
provider, if it differs from the existing `linear`, `plane`, and `trello`
|
|
131
|
+
cases.
|
|
132
|
+
7. Validate and verify with the steps below.
|
|
133
|
+
|
|
134
|
+
<!-- prettier-ignore -->
|
|
135
|
+
> [!WARNING]
|
|
136
|
+
> Don't put escaped double quotes inside a single-quoted `python3 -c '...'`
|
|
137
|
+
> block. A single-quoted shell string keeps backslashes literal, so `\"`
|
|
138
|
+
> reaches Python as a backslash-quote and fails to parse. Use a `python3 -
|
|
139
|
+
> <<'PY'` heredoc, or hoist values into variables, when you need quotes.
|
|
140
|
+
|
|
141
|
+
## Validating an adapter offline
|
|
142
|
+
|
|
143
|
+
Before you touch a live board, confirm the adapter parses and fails cleanly.
|
|
144
|
+
|
|
145
|
+
1. Check shell syntax:
|
|
146
|
+
|
|
147
|
+
```bash
|
|
148
|
+
sh -n template/.scripts/providers/<name>.sh
|
|
149
|
+
```
|
|
150
|
+
|
|
151
|
+
2. Check the inline Python blocks. Extract each `<<'PY'` heredoc and each
|
|
152
|
+
`python3 -c '...'` block and run it through `python3 -c "import ast;
|
|
153
|
+
ast.parse(open('block').read())"`, or use the small extraction script in
|
|
154
|
+
[Development guide: validating
|
|
155
|
+
locally](development.md#validating-changes-locally).
|
|
156
|
+
|
|
157
|
+
3. Confirm a missing credential produces one clean error line and a non-zero
|
|
158
|
+
exit, with no Python traceback:
|
|
159
|
+
|
|
160
|
+
```bash
|
|
161
|
+
( unset LINEAR_API_KEY; sh template/.scripts/providers/linear.sh resolve )
|
|
162
|
+
```
|
|
163
|
+
|
|
164
|
+
## Verifying an adapter against a live board
|
|
165
|
+
|
|
166
|
+
When you have credentials, exercise the read operations against a real board.
|
|
167
|
+
The following pattern stages a minimal role directory and runs the adapter. It
|
|
168
|
+
never closes or modifies a ticket, so it's safe to run.
|
|
169
|
+
|
|
170
|
+
```bash
|
|
171
|
+
# 1. Load the credential into the environment only (never print it).
|
|
172
|
+
export LINEAR_API_KEY="$(grep -E '^(export )?LINEAR_API_KEY=' \
|
|
173
|
+
~/.hermes/<agent>.env | head -1 | sed -E 's/^(export )?LINEAR_API_KEY=//; s/^"//; s/"$//')"
|
|
174
|
+
|
|
175
|
+
# 2. Stage a role directory bound to the real board.
|
|
176
|
+
T=$(mktemp -d); RD="$T/agents/hermes/scrum-master"
|
|
177
|
+
mkdir -p "$RD/.scripts/lib" "$RD/.scripts/providers"
|
|
178
|
+
cp template/.scripts/lib/ticket-provider.sh "$RD/.scripts/lib/"
|
|
179
|
+
cp template/.scripts/providers/linear.sh "$RD/.scripts/providers/"
|
|
180
|
+
printf 'repo: demo\nrole: scrum-master\nticket_provider:\n name: linear\n team: DEL\n' \
|
|
181
|
+
> "$RD/role.yaml"
|
|
182
|
+
|
|
183
|
+
# 3. Run the read operations.
|
|
184
|
+
LIB="$RD/.scripts/lib/ticket-provider.sh"
|
|
185
|
+
bash -c '. "$1"; tp resolve' _ "$LIB"
|
|
186
|
+
bash -c '. "$1"; tp list_issues' _ "$LIB" | python3 -c 'import sys,json; print(len(json.load(sys.stdin)),"issues")'
|
|
187
|
+
```
|
|
188
|
+
|
|
189
|
+
To verify `transition` and `comment`, which modify the board, use a disposable
|
|
190
|
+
test ticket. Don't run write operations against production tickets during
|
|
191
|
+
verification.
|
|
192
|
+
|
|
193
|
+
<!-- prettier-ignore -->
|
|
194
|
+
> [!NOTE]
|
|
195
|
+
> The dispatcher needs Bash because it reads `${BASH_SOURCE[0]}` to find the
|
|
196
|
+
> providers directory. The adapters themselves are POSIX shell and run under
|
|
197
|
+
> `sh`. Run the dispatcher with `bash -c`, as shown above, not `sh -c`.
|
|
198
|
+
|
|
199
|
+
## Read next
|
|
200
|
+
|
|
201
|
+
- [Development guide](development.md): the full edit, validate, and propagate
|
|
202
|
+
workflow, plus the open roadmap, which includes live-verifying Plane and
|
|
203
|
+
Trello.
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Scrum Master role and the ticket sentinel
|
|
2
|
+
|
|
3
|
+
The Scrum Master is a Hermes agent role whose core loop is a provider-agnostic
|
|
4
|
+
ticket sentinel with an autonomous adversarial review (act, do not wait). The
|
|
5
|
+
full documentation has moved to a dedicated handoff guide.
|
|
6
|
+
|
|
7
|
+
This page is kept as a stable pointer so existing links keep working.
|
|
8
|
+
|
|
9
|
+
## Where the docs live now
|
|
10
|
+
|
|
11
|
+
- [Scrum Master handoff overview](scrum-master/README.md): start here.
|
|
12
|
+
- [Architecture](scrum-master/architecture.md): the watch loop, the provider
|
|
13
|
+
abstraction, and the autonomous adversarial review.
|
|
14
|
+
- [Providers](scrum-master/providers.md): the adapter contract and how to add or
|
|
15
|
+
verify a provider.
|
|
16
|
+
- [Development guide](scrum-master/development.md): editing, validating,
|
|
17
|
+
provisioning, propagating, the Drumjangler cutover record, and the roadmap.
|
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
#!/usr/bin/env sh
|
|
2
|
+
# Least-friction local install of Hermes PM + Scrum Master roles into a project.
|
|
3
|
+
#
|
|
4
|
+
# Local-only: no GitHub runtime repo, no Telegram, no NATS/BloodBank, no Plane
|
|
5
|
+
# project creation. It binds the Scrum Master to a ticket board you already have.
|
|
6
|
+
# Works on macOS (launchd) and Linux (systemd).
|
|
7
|
+
#
|
|
8
|
+
# One-liner (from anywhere inside the target project):
|
|
9
|
+
# curl -fsSL https://raw.githubusercontent.com/delorenj/hermes-agent-template/main/install-local.sh | sh
|
|
10
|
+
#
|
|
11
|
+
# Or from a checkout:
|
|
12
|
+
# sh /path/to/hermes-agent-template/install-local.sh
|
|
13
|
+
#
|
|
14
|
+
# Environment overrides (skip the prompts):
|
|
15
|
+
# HAT_REPO=<name> project/repo name (default: basename of CWD)
|
|
16
|
+
# HAT_PROVIDER=linear|plane|trello (default: plane)
|
|
17
|
+
# HAT_ROLES="pm scrum-master" roles to install (default: both)
|
|
18
|
+
# HAT_DRY_RUN=1 print actions, change nothing
|
|
19
|
+
# Provider creds: LINEAR_API_KEY | PLANE_API_KEY+PLANE_BASE | TRELLO_KEY+TRELLO_TOKEN
|
|
20
|
+
set -eu
|
|
21
|
+
|
|
22
|
+
say() { printf '\033[36m%s\033[0m\n' "$*"; }
|
|
23
|
+
warn() { printf '\033[33m%s\033[0m\n' "$*" >&2; }
|
|
24
|
+
die() { printf '\033[31m%s\033[0m\n' "$*" >&2; exit 1; }
|
|
25
|
+
run() { if [ "${HAT_DRY_RUN:-0}" = "1" ]; then printf ' [dry-run] %s\n' "$*"; else eval "$*"; fi; }
|
|
26
|
+
ask() { # ask VAR "prompt" "default"
|
|
27
|
+
eval "_cur=\${$1:-}"; [ -n "${_cur:-}" ] && return 0
|
|
28
|
+
printf '%s [%s]: ' "$2" "${3:-}" >&2; read -r _ans || _ans=""
|
|
29
|
+
eval "$1=\"\${_ans:-$3}\""
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
OS="$(uname -s)"
|
|
33
|
+
PROJECT_DIR="$(pwd)"
|
|
34
|
+
[ -d "$PROJECT_DIR/.git" ] || warn "Note: $PROJECT_DIR is not a git repo root; the role will install here anyway."
|
|
35
|
+
|
|
36
|
+
# --- Resolve the template source (local checkout wins, else GitHub) ----------
|
|
37
|
+
SCRIPT_DIR="$(CDPATH= cd -- "$(dirname -- "$0")" 2>/dev/null && pwd || echo "")"
|
|
38
|
+
if [ -n "$SCRIPT_DIR" ] && [ -f "$SCRIPT_DIR/copier.yml" ]; then
|
|
39
|
+
TEMPLATE_SRC="$SCRIPT_DIR"
|
|
40
|
+
else
|
|
41
|
+
TEMPLATE_SRC="${HAT_TEMPLATE:-gh:delorenj/hermes-agent-template}"
|
|
42
|
+
fi
|
|
43
|
+
|
|
44
|
+
say "== Hermes local install =="
|
|
45
|
+
say " project: $PROJECT_DIR"
|
|
46
|
+
say " template: $TEMPLATE_SRC"
|
|
47
|
+
say " os: $OS"
|
|
48
|
+
|
|
49
|
+
# --- 1. Ensure the hermes CLI ------------------------------------------------
|
|
50
|
+
if command -v hermes >/dev/null 2>&1; then
|
|
51
|
+
say "1. hermes: found ($(command -v hermes))"
|
|
52
|
+
else
|
|
53
|
+
say "1. hermes: not found — installing"
|
|
54
|
+
run "curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash"
|
|
55
|
+
command -v hermes >/dev/null 2>&1 || die "hermes install did not put 'hermes' on PATH. Open a new shell and re-run."
|
|
56
|
+
fi
|
|
57
|
+
HERMES_BIN="$(command -v hermes)"
|
|
58
|
+
|
|
59
|
+
# --- 2. Ensure copier --------------------------------------------------------
|
|
60
|
+
if command -v copier >/dev/null 2>&1; then
|
|
61
|
+
say "2. copier: found"
|
|
62
|
+
else
|
|
63
|
+
say "2. copier: not found — installing"
|
|
64
|
+
if command -v uv >/dev/null 2>&1; then run "uv tool install copier"
|
|
65
|
+
else run "python3 -m pip install --user copier"; fi
|
|
66
|
+
command -v copier >/dev/null 2>&1 || die "copier install failed. Install it (uv tool install copier) and re-run."
|
|
67
|
+
fi
|
|
68
|
+
|
|
69
|
+
# --- 3. Host-correct, local config.toml (so 01-config doesn't seed delo defaults)
|
|
70
|
+
CFG_DIR="${XDG_CONFIG_HOME:-$HOME/.config}/hermes-agent-template"
|
|
71
|
+
CFG="$CFG_DIR/config.toml"
|
|
72
|
+
if [ -f "$CFG" ]; then
|
|
73
|
+
say "3. config: exists ($CFG) — leaving it"
|
|
74
|
+
else
|
|
75
|
+
say "3. config: writing local defaults to $CFG"
|
|
76
|
+
if [ "${HAT_DRY_RUN:-0}" != "1" ]; then
|
|
77
|
+
mkdir -p "$CFG_DIR"
|
|
78
|
+
cat > "$CFG" <<TOML
|
|
79
|
+
# Local install — cloud fields intentionally blank.
|
|
80
|
+
[fleet]
|
|
81
|
+
hermes_bin = "$HERMES_BIN"
|
|
82
|
+
hermes_repo = "$HOME/.hermes/hermes-agent"
|
|
83
|
+
fleet_env = "~/.hermes/fleet.env"
|
|
84
|
+
registry_file = "~/.hermes/agents-registry.yaml"
|
|
85
|
+
|
|
86
|
+
[github]
|
|
87
|
+
runtime_repo_owner = ""
|
|
88
|
+
|
|
89
|
+
[plane]
|
|
90
|
+
base = "${PLANE_BASE:-}"
|
|
91
|
+
workspace = ""
|
|
92
|
+
|
|
93
|
+
[bloodbank]
|
|
94
|
+
nats_host = "127.0.0.1"
|
|
95
|
+
nats_port = 4222
|
|
96
|
+
TOML
|
|
97
|
+
fi
|
|
98
|
+
fi
|
|
99
|
+
|
|
100
|
+
# --- 4. Provider credentials + board binding ---------------------------------
|
|
101
|
+
ask HAT_PROVIDER "Ticket provider (linear|plane|trello)" "plane"
|
|
102
|
+
PROVIDER="$HAT_PROVIDER"
|
|
103
|
+
ask HAT_REPO "Project/repo name" "$(basename "$PROJECT_DIR" | tr '[:upper:]' '[:lower:]')"
|
|
104
|
+
REPO="$HAT_REPO"
|
|
105
|
+
SM_ENV="$HOME/.hermes/${REPO}-scrum-master.env"
|
|
106
|
+
|
|
107
|
+
# These get written into the scrum-master role.yaml binding after render.
|
|
108
|
+
# Pre-seed from optional env knobs so the install can run non-interactively.
|
|
109
|
+
TP_WORKSPACE="${HAT_PLANE_WORKSPACE:-}"; TP_PROJECT="${HAT_PLANE_PROJECT:-}"
|
|
110
|
+
TP_TEAM="${HAT_LINEAR_TEAM:-}"; TP_BOARD="${HAT_TRELLO_BOARD:-}"
|
|
111
|
+
case "$PROVIDER" in
|
|
112
|
+
plane)
|
|
113
|
+
ask PLANE_BASE "Plane base URL" "https://app.plane.so"
|
|
114
|
+
: "${PLANE_API_KEY:?Set PLANE_API_KEY in your environment, then re-run}"
|
|
115
|
+
ask TP_WORKSPACE "Plane workspace slug" ""
|
|
116
|
+
[ -n "$TP_WORKSPACE" ] || die "workspace is required"
|
|
117
|
+
say " Plane projects in '$TP_WORKSPACE':"
|
|
118
|
+
_pj="$(mktemp)"
|
|
119
|
+
curl -fsS "$PLANE_BASE/api/v1/workspaces/$TP_WORKSPACE/projects/?per_page=100" \
|
|
120
|
+
-H "X-API-Key: $PLANE_API_KEY" > "$_pj" 2>/dev/null || true
|
|
121
|
+
python3 - "$_pj" <<'PY' 2>/dev/null || warn " (could not list projects; check PLANE_API_KEY/base/workspace)"
|
|
122
|
+
import sys, json
|
|
123
|
+
try:
|
|
124
|
+
d = json.load(open(sys.argv[1]))
|
|
125
|
+
except Exception:
|
|
126
|
+
sys.exit(1)
|
|
127
|
+
rows = d.get("results", d if isinstance(d, list) else [])
|
|
128
|
+
for p in rows:
|
|
129
|
+
print(f" {p.get('id')} {(p.get('identifier') or ''):8} {p.get('name')}")
|
|
130
|
+
PY
|
|
131
|
+
rm -f "$_pj"
|
|
132
|
+
ask TP_PROJECT "Plane project UUID to manage" ""
|
|
133
|
+
[ -n "$TP_PROJECT" ] || die "project UUID is required"
|
|
134
|
+
CRED_LINES="PLANE_API_KEY=$PLANE_API_KEY
|
|
135
|
+
PLANE_BASE=$PLANE_BASE"
|
|
136
|
+
;;
|
|
137
|
+
linear)
|
|
138
|
+
: "${LINEAR_API_KEY:?Set LINEAR_API_KEY in your environment, then re-run}"
|
|
139
|
+
ask TP_TEAM "Linear team key (for example DEL)" ""
|
|
140
|
+
[ -n "$TP_TEAM" ] || die "team key is required"
|
|
141
|
+
CRED_LINES="LINEAR_API_KEY=$LINEAR_API_KEY"
|
|
142
|
+
;;
|
|
143
|
+
trello)
|
|
144
|
+
: "${TRELLO_KEY:?Set TRELLO_KEY in your environment, then re-run}"
|
|
145
|
+
: "${TRELLO_TOKEN:?Set TRELLO_TOKEN in your environment, then re-run}"
|
|
146
|
+
ask TP_BOARD "Trello board id" ""
|
|
147
|
+
[ -n "$TP_BOARD" ] || die "board id is required"
|
|
148
|
+
CRED_LINES="TRELLO_KEY=$TRELLO_KEY
|
|
149
|
+
TRELLO_TOKEN=$TRELLO_TOKEN"
|
|
150
|
+
;;
|
|
151
|
+
*) die "unknown provider: $PROVIDER" ;;
|
|
152
|
+
esac
|
|
153
|
+
|
|
154
|
+
say "4. writing provider credentials to $SM_ENV"
|
|
155
|
+
if [ "${HAT_DRY_RUN:-0}" != "1" ]; then
|
|
156
|
+
mkdir -p "$HOME/.hermes"; umask 077
|
|
157
|
+
printf '%s\n' "$CRED_LINES" > "$SM_ENV"
|
|
158
|
+
fi
|
|
159
|
+
|
|
160
|
+
# --- 5. Provision each role with copier (cloud + Telegram + systemd skipped) --
|
|
161
|
+
# No provider key in copier's env, so 42-ticket-provider skips board creation;
|
|
162
|
+
# we bind to the existing board below.
|
|
163
|
+
export SKIP_TELEGRAM=1 SKIP_EMAIL=1 SKIP_RUNTIME_REPO=1 SKIP_PLANE=1 \
|
|
164
|
+
SKIP_BLOODBANK=1 SKIP_SYSTEMD=1
|
|
165
|
+
ROLES="${HAT_ROLES:-pm scrum-master}"
|
|
166
|
+
for ROLE in $ROLES; do
|
|
167
|
+
say "5. provisioning role: $ROLE"
|
|
168
|
+
DEST="$PROJECT_DIR/agents/hermes/$ROLE"
|
|
169
|
+
# Scrub provider creds from copier's environment so 42-ticket-provider skips
|
|
170
|
+
# board CREATION; we bind to the existing board in step 6 instead.
|
|
171
|
+
run "env -u PLANE_API_KEY -u PLANE_33GOD_API_KEY -u LINEAR_API_KEY \
|
|
172
|
+
-u TRELLO_KEY -u TRELLO_TOKEN \
|
|
173
|
+
copier copy '$TEMPLATE_SRC' '$DEST' --trust --defaults --overwrite \
|
|
174
|
+
--data target_repo='$REPO' --data role='$ROLE' --data ticket_provider='$PROVIDER'"
|
|
175
|
+
done
|
|
176
|
+
|
|
177
|
+
# --- 6. Bind the Scrum Master to the existing board --------------------------
|
|
178
|
+
SM_ROLE="$PROJECT_DIR/agents/hermes/scrum-master/role.yaml"
|
|
179
|
+
if [ -f "$SM_ROLE" ] && [ "${HAT_DRY_RUN:-0}" != "1" ]; then
|
|
180
|
+
say "6. binding scrum-master to your $PROVIDER board"
|
|
181
|
+
TP_WORKSPACE="$TP_WORKSPACE" TP_PROJECT="$TP_PROJECT" TP_TEAM="$TP_TEAM" \
|
|
182
|
+
TP_BOARD="$TP_BOARD" PROVIDER="$PROVIDER" python3 - "$SM_ROLE" <<'PY'
|
|
183
|
+
import os, re, sys, pathlib
|
|
184
|
+
p = pathlib.Path(sys.argv[1]); t = p.read_text()
|
|
185
|
+
def setleaf(text, key, val):
|
|
186
|
+
if not val: return text
|
|
187
|
+
new, n = re.subn(rf'(?m)^(\s*{re.escape(key)}:\s*)"?[^"\n]*"?\s*$', rf'\g<1>"{val}"', text, count=1)
|
|
188
|
+
return new if n else text
|
|
189
|
+
t = setleaf(t, "workspace", os.environ.get("TP_WORKSPACE",""))
|
|
190
|
+
t = setleaf(t, "project", os.environ.get("TP_PROJECT",""))
|
|
191
|
+
t = setleaf(t, "team", os.environ.get("TP_TEAM",""))
|
|
192
|
+
t = setleaf(t, "board", os.environ.get("TP_BOARD",""))
|
|
193
|
+
p.write_text(t)
|
|
194
|
+
print(" bound:", {k:v for k,v in os.environ.items() if k.startswith("TP_") and v})
|
|
195
|
+
PY
|
|
196
|
+
fi
|
|
197
|
+
|
|
198
|
+
# --- 7. Smoke test the board connection --------------------------------------
|
|
199
|
+
if [ "${HAT_DRY_RUN:-0}" != "1" ] && [ -f "$SM_ROLE" ]; then
|
|
200
|
+
say "7. smoke test: reading your board through the adapter"
|
|
201
|
+
LIB="$PROJECT_DIR/agents/hermes/scrum-master/.scripts/lib/ticket-provider.sh"
|
|
202
|
+
( set -a; . "$SM_ENV" 2>/dev/null; set +a
|
|
203
|
+
bash -c '. "$1"; tp resolve && echo " issues: $(tp list_issues | python3 -c "import sys,json;print(len(json.load(sys.stdin)))")"' _ "$LIB" ) \
|
|
204
|
+
|| warn " smoke test failed — check the binding in $SM_ROLE and creds in $SM_ENV"
|
|
205
|
+
fi
|
|
206
|
+
|
|
207
|
+
say ""
|
|
208
|
+
say "Done. Talk to the PM: agents/hermes/pm/hermes chat \"status\""
|
|
209
|
+
if [ "$OS" = "Darwin" ]; then
|
|
210
|
+
say "Sentinel (launchd): launchctl list | grep $REPO-scrum-master"
|
|
211
|
+
else
|
|
212
|
+
say "Sentinel (systemd): systemctl --user status hermes-$REPO-scrum-master-continuous-ticket-sentinel.timer"
|
|
213
|
+
fi
|
|
214
|
+
say "Provider creds live in: $SM_ENV"
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# Route binary state through git-lfs so the checkpoint repo doesn't bloat.
|
|
2
|
+
*.db filter=lfs diff=lfs merge=lfs -text
|
|
3
|
+
*.sqlite filter=lfs diff=lfs merge=lfs -text
|
|
4
|
+
*.sqlite3 filter=lfs diff=lfs merge=lfs -text
|
|
5
|
+
*.png filter=lfs diff=lfs merge=lfs -text
|
|
6
|
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
|
7
|
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
|
8
|
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
|
9
|
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
|
10
|
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
# {{agent_id}} — runtime
|
|
2
|
+
|
|
3
|
+
This is the durable runtime for the **{{display_name}}** agent. The named
|
|
4
|
+
Hermes profile `{{profile_name}}` points here from `~/.hermes/profiles/{{profile_name}}`,
|
|
5
|
+
so Hermes sees an ordinary profile while this repo stays git-tracked and
|
|
6
|
+
recoverable across machines.
|
|
7
|
+
|
|
8
|
+
## What's in here
|
|
9
|
+
|
|
10
|
+
| Path | Tracked? | Purpose |
|
|
11
|
+
| --- | --- | --- |
|
|
12
|
+
| `profile.yaml` | yes | Opts this profile into inheriting config from default |
|
|
13
|
+
| `config.yaml` | yes | Local config overrides only; shared defaults come from the fleet default |
|
|
14
|
+
| `SOUL.md` | yes | The agent's personality, evolves over time |
|
|
15
|
+
| `memories/MEMORY.md` | yes | The condensed mental-model summary loaded each session |
|
|
16
|
+
| `memories/USER.md` | yes | The operator's persona (Jarad DeLorenzo, ...) |
|
|
17
|
+
| `sessions/sessions.db` | yes (LFS) | SQLite store of every conversation |
|
|
18
|
+
| `bloodbank-consumer.py` | yes | NATS subscriber for repo-scoped events |
|
|
19
|
+
| `decisions/` | yes | Agent-emitted decisions, one file per important call |
|
|
20
|
+
| `.env` | **no** | API keys + Telegram bot token (per-machine secret) |
|
|
21
|
+
| `auth.json` | **no** | Deprecated local OAuth store; fleet auth defaults to `HERMES_OAUTH_FILE=~/.hermes/auth.json` |
|
|
22
|
+
| `audio_cache/`, `image_cache/` | **no** | Regenerable caches |
|
|
23
|
+
| `sandboxes/` | **no** | Per-session ephemeral execution dirs |
|
|
24
|
+
| `bloodbank-inbox/` | **no** | Inbox queue for incoming bloodbank events |
|
|
25
|
+
|
|
26
|
+
## Checkpoint cadence
|
|
27
|
+
|
|
28
|
+
- Hourly: systemd `--user` timer `hermes-{{agent_id}}-checkpoint.timer`
|
|
29
|
+
- On session end: hermes Stop hook (TODO: hook script in `~/.hermes/hooks/`)
|
|
30
|
+
|
|
31
|
+
The checkpoint script lives in the parent's `.scripts/checkpoint.sh`. It
|
|
32
|
+
`git add -A`, commits only if dirty, and pushes to `origin`.
|
|
33
|
+
|
|
34
|
+
## Restoring on a new machine
|
|
35
|
+
|
|
36
|
+
```bash
|
|
37
|
+
cd /path/to/parent-project
|
|
38
|
+
git submodule update --init --recursive
|
|
39
|
+
git -C agents/hermes/{{role}}/runtime lfs pull
|
|
40
|
+
# Provide the per-runtime secrets the submodule deliberately excluded:
|
|
41
|
+
cp ~/path/to/your/.env agents/hermes/{{role}}/runtime/.env
|
|
42
|
+
# OAuth provider credentials are shared across the fleet. If needed, login once:
|
|
43
|
+
agents/hermes/{{role}}/hermes auth add openai-codex
|
|
44
|
+
agents/hermes/{{role}}/hermes status
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
## DO NOT manually edit on multiple machines
|
|
48
|
+
|
|
49
|
+
This repo is a single-writer system. Either run the agent on machine A or
|
|
50
|
+
machine B — not both. The checkpoint commit will fast-forward; concurrent
|
|
51
|
+
edits cause merge pain. If you really need to fork the agent (e.g. for
|
|
52
|
+
experimentation), branch this repo.
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
#!/usr/bin/env python3
|
|
2
|
+
"""
|
|
3
|
+
Bloodbank consumer for hermes agent {{agent_id}}.
|
|
4
|
+
|
|
5
|
+
Subscribes to:
|
|
6
|
+
bloodbank.evt.v1.repo.{{repo}}.>
|
|
7
|
+
bloodbank.cmd.v1.agent.{{agent_id}}.>
|
|
8
|
+
|
|
9
|
+
For each event/command received, writes it to the agent's notification queue at
|
|
10
|
+
$HERMES_HOME/bloodbank-inbox/<timestamp>.json so the gateway can ingest it on
|
|
11
|
+
the next tick. Reconnects on broker churn; idempotent across restarts.
|
|
12
|
+
|
|
13
|
+
Generated by hermes-agent-template/runtime-scaffold/bloodbank-consumer.py and
|
|
14
|
+
rendered with role-specific values at provision time. Re-render by re-running
|
|
15
|
+
agents/hermes/{{role}}/.scripts/20-runtime-repo.sh — do NOT edit by hand.
|
|
16
|
+
"""
|
|
17
|
+
|
|
18
|
+
import asyncio
|
|
19
|
+
import json
|
|
20
|
+
import os
|
|
21
|
+
import pathlib
|
|
22
|
+
import signal
|
|
23
|
+
import sys
|
|
24
|
+
import time
|
|
25
|
+
import uuid
|
|
26
|
+
from datetime import datetime, timezone
|
|
27
|
+
|
|
28
|
+
try:
|
|
29
|
+
import nats
|
|
30
|
+
except ImportError:
|
|
31
|
+
sys.stderr.write("nats-py not installed. install with: pip install nats-py\n")
|
|
32
|
+
sys.exit(2)
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
HERMES_HOME = pathlib.Path(os.environ.get("HERMES_HOME", str(pathlib.Path.home() / ".hermes")))
|
|
36
|
+
INBOX_DIR = HERMES_HOME / "bloodbank-inbox"
|
|
37
|
+
INBOX_DIR.mkdir(parents=True, exist_ok=True)
|
|
38
|
+
|
|
39
|
+
NATS_HOST = os.environ.get("BLOODBANK_NATS_HOST", "127.0.0.1")
|
|
40
|
+
NATS_PORT = int(os.environ.get("BLOODBANK_NATS_PORT", "4222"))
|
|
41
|
+
NATS_URL = f"nats://{NATS_HOST}:{NATS_PORT}"
|
|
42
|
+
|
|
43
|
+
AGENT_ID = "{{agent_id}}"
|
|
44
|
+
REPO = "{{repo}}"
|
|
45
|
+
ROLE = "{{role}}"
|
|
46
|
+
PRODUCER = f"hermes-agent:{AGENT_ID}"
|
|
47
|
+
SOURCE = f"hermes://agent/{AGENT_ID}"
|
|
48
|
+
|
|
49
|
+
SUBJECTS = [
|
|
50
|
+
f"bloodbank.evt.v1.repo.{REPO}.>",
|
|
51
|
+
f"bloodbank.cmd.v1.agent.{AGENT_ID}.>",
|
|
52
|
+
]
|
|
53
|
+
|
|
54
|
+
KIND_MARKERS = {"event": "evt", "command": "cmd", "reply": "rpy"}
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
def _now():
|
|
58
|
+
return datetime.now(timezone.utc).isoformat()
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
def _subject_and_domain(ce_type, kind):
|
|
62
|
+
parts = ce_type.split(".")
|
|
63
|
+
if len(parts) != 5 or parts[0] != "bloodbank" or not parts[1].startswith("v"):
|
|
64
|
+
raise ValueError(f"type {ce_type!r} must match bloodbank.vN.<domain>.<entity>.<action>")
|
|
65
|
+
if kind not in KIND_MARKERS:
|
|
66
|
+
raise ValueError(f"unknown envelope kind {kind!r}")
|
|
67
|
+
_vendor, version, domain, entity, action = parts
|
|
68
|
+
return f"bloodbank.{KIND_MARKERS[kind]}.{version}.{domain}.{entity}.{action}", domain
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
def build_envelope(ce_type, data, *, kind="event", correlationid=None, causationid=None):
|
|
72
|
+
"""Mirror of bloodbank/services/agent-hooks/core/envelope.build_envelope."""
|
|
73
|
+
subject, domain = _subject_and_domain(ce_type, kind)
|
|
74
|
+
env = {
|
|
75
|
+
"specversion": "1.0",
|
|
76
|
+
"type": ce_type,
|
|
77
|
+
"id": str(uuid.uuid4()),
|
|
78
|
+
"source": SOURCE,
|
|
79
|
+
"subject": subject,
|
|
80
|
+
"time": _now(),
|
|
81
|
+
"datacontenttype": "application/json",
|
|
82
|
+
"kind": kind,
|
|
83
|
+
"producer": PRODUCER,
|
|
84
|
+
"service": "hermes-agent",
|
|
85
|
+
"domain": domain,
|
|
86
|
+
"actor": {"type": "agent", "agent_id": AGENT_ID, "cli": "hermes"},
|
|
87
|
+
"data": data,
|
|
88
|
+
"correlationid": correlationid or str(uuid.uuid4()),
|
|
89
|
+
"causationid": causationid or str(uuid.uuid4()),
|
|
90
|
+
}
|
|
91
|
+
if kind == "event":
|
|
92
|
+
env["ordering_key"] = f"agent:{AGENT_ID}"
|
|
93
|
+
return env
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
async def main():
|
|
97
|
+
nc = await nats.connect(NATS_URL, name=f"hermes-{AGENT_ID}")
|
|
98
|
+
stop = asyncio.Event()
|
|
99
|
+
|
|
100
|
+
async def on_msg(msg):
|
|
101
|
+
try:
|
|
102
|
+
payload = json.loads(msg.data.decode())
|
|
103
|
+
except Exception:
|
|
104
|
+
payload = {"_raw": msg.data.decode(errors="replace")}
|
|
105
|
+
entry = {
|
|
106
|
+
"received_at": _now(),
|
|
107
|
+
"subject": msg.subject,
|
|
108
|
+
"reply_to": msg.reply,
|
|
109
|
+
"payload": payload,
|
|
110
|
+
}
|
|
111
|
+
fname = f"{int(time.time()*1000):013d}-{uuid.uuid4().hex[:8]}.json"
|
|
112
|
+
tmp = INBOX_DIR / (fname + ".tmp")
|
|
113
|
+
tmp.write_text(json.dumps(entry, indent=2))
|
|
114
|
+
tmp.rename(INBOX_DIR / fname)
|
|
115
|
+
sys.stderr.write(f"[bloodbank-consumer:{AGENT_ID}] {msg.subject} -> {fname}\n")
|
|
116
|
+
|
|
117
|
+
for subj in SUBJECTS:
|
|
118
|
+
await nc.subscribe(subj, cb=on_msg)
|
|
119
|
+
sys.stderr.write(f"[bloodbank-consumer:{AGENT_ID}] subscribed: {subj}\n")
|
|
120
|
+
|
|
121
|
+
# Announce presence
|
|
122
|
+
online = build_envelope(
|
|
123
|
+
"bloodbank.v1.agent.online.changed",
|
|
124
|
+
{"agent_id": AGENT_ID, "repo": REPO, "role": ROLE, "state": "online"},
|
|
125
|
+
)
|
|
126
|
+
await nc.publish("bloodbank.evt.v1.agent.online.changed", json.dumps(online).encode())
|
|
127
|
+
|
|
128
|
+
def _shutdown(*_):
|
|
129
|
+
stop.set()
|
|
130
|
+
signal.signal(signal.SIGTERM, _shutdown)
|
|
131
|
+
signal.signal(signal.SIGINT, _shutdown)
|
|
132
|
+
|
|
133
|
+
await stop.wait()
|
|
134
|
+
|
|
135
|
+
offline = build_envelope(
|
|
136
|
+
"bloodbank.v1.agent.online.changed",
|
|
137
|
+
{"agent_id": AGENT_ID, "repo": REPO, "role": ROLE, "state": "offline"},
|
|
138
|
+
)
|
|
139
|
+
await nc.publish("bloodbank.evt.v1.agent.online.changed", json.dumps(offline).encode())
|
|
140
|
+
await nc.drain()
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
if __name__ == "__main__":
|
|
144
|
+
try:
|
|
145
|
+
asyncio.run(main())
|
|
146
|
+
except KeyboardInterrupt:
|
|
147
|
+
pass
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# keep logs/ in the repo so per-agent log paths exist on first checkout
|