Agent skill
cfn-sprint-execution
Sprint planning, execution, and checkpointing for CFN Loop
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/cfn-sprint-execution
SKILL.md
Sprint Execution Skill (Mega-Skill)
Version: 1.0.0 Purpose: Sprint planning, execution, and checkpointing for CFN Loop Status: Production Consolidates: cfn-sprint-execution, cfn-sprint-planner, cfn-wave-checkpoint
Overview
This mega-skill provides complete sprint management:
- Planning - Sprint decomposition and scheduling
- Execution - Sprint task execution and tracking
- Checkpoint - Wave-based progress checkpointing
Directory Structure
sprint-execution/
├── SKILL.md
├── lib/
│ ├── planning/ # From cfn-sprint-planner
│ ├── execution/ # From cfn-sprint-execution
│ └── checkpoint/ # From cfn-wave-checkpoint
└── cli/
Migration Paths
| Old Path | New Path |
|---|---|
| cfn-sprint-planner/ | sprint-execution/lib/planning/ |
| cfn-sprint-execution/ | sprint-execution/lib/execution/ |
| cfn-wave-checkpoint/ | sprint-execution/lib/checkpoint/ |
Version History
1.0.0 (2025-12-02)
- Consolidated 3 sprint-related skills into mega-skill
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?