Skip to content
Development
Skill

/cm-sprint-bus

Use to run the full sprint pipeline: brainstorm → plan → design → tdd → build → review → qa → security → ship → monitor → retro.

From plugin
cm
5362 skills8 agents11 commands3 hooks
+1
Install
$ npx -y skills add tody-agent/codymaster --skill cm-sprint-bus --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/cm-sprint-bus

Context preview

The summary Claude sees to decide when to auto-load this skill.

Use to run the full sprint pipeline: brainstorm → plan → design → tdd → build → review → qa → security → ship → monitor → retro.

SKILL.md

cm-sprint-bus.SKILL.md
name: cm-sprint-bus
description: "Use to run the full sprint pipeline: brainstorm → plan → design → tdd → build → review → qa → security → ship → monitor → retro."
token_budget: 1500
compressed: true
deprecated: false

cm-sprint-bus — opinionated pipeline + artifacts

TL;DR

  • **Use to** drive the full sprint: brainstorm → ship → retro
  • **Phases**: brainstorm, plan, design, tdd, build, review, qa, security, ship, monitor, retro
  • **Each phase**: writes Markdown artifact + handoff JSON
  • **CLI**: cm sprint init|status|complete|skip|dry-run

Pipeline

`brainstorm → plan → design → tdd → build → review → qa → security → ship → monitor → retro`

CLI

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.

Ships withcm

"I can't write code. But in 6 months, I shipped 12 real products using AI. CodyMaster is everything I learned — so you don't have to repeat my mistakes." — Tody Le, Head of Product, Creator of CodyMaster 50+ skills. One install.

Get the whole plugin

Other skills on cm.