Use to run the full sprint pipeline: brainstorm → plan → design → tdd → build → review → qa → security → ship → monitor → retro.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add aibot88/sec_skill_store --skill cm-sprint-bus --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cm Sprint Bus?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aibot88-cm-sprint-bus)More formats (shields.io, HTML) on the badges page.
---
name: cm-sprint-bus
description: "Use to run the full sprint pipeline: brainstorm → plan → design → tdd → build → review → qa → security → ship → monitor → retro."
---
# cm-sprint-bus — opinionated pipeline + artifacts
## Pipeline
`brainstorm → plan → design → tdd → build → review → qa → security → ship → monitor → retro`
## CLI
```bash
cm sprint init --project .
cm sprint init --from plan --project . # jump in mid-pipeline
cm sprint status --project .
cm sprint complete plan -m "$(cat plan-notes.md)" --project .
cm sprint dry-run --project .
```
## Artifacts
- `.cm/sprint/state.json`
- `.cm/sprint/artifacts/<step>.md`
- `.cm/sprint/events.jsonl`
## Skill mapping (hints)
Each step maps to existing CodyMaster skills (see `skillMappingForStep` in `src/sprint-pipeline.ts`). Use `cm sprint status` for the **next** recommended skill.
## Context bus
This complements `.cm/context-bus.json` (skill-chain). Prefer **sprint files** for linear release trains; use **context bus** for ad-hoc chains.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.