What problem does it solve?
ShipIT often requires a multi-step interactive pipeline to create feature specifications, research, and plans. This Skill collapses that pipeline into a single autonomous pass so teams can go from a one-line idea to a ready-to-implement spec with minimal interaction.
Core Features & Use Cases
- One-pass spec generation: Produce spec.yaml, research.yaml, plan.yaml, tasks.yaml, and feature.yaml from a single user-provided one-liner.
- Silent codebase analysis: Inspect architecture, existing specs, affected files, and testing patterns to infer decisions and dependencies without noisy user prompts.
- Branch & scaffold automation: Create a numbered feature branch and run existing init scripts to scaffold files and templates, then commit the complete spec.
- TDD-first tasks: Output includes RED-GREEN-REFACTOR cycles and verifiable acceptance criteria so implementation can proceed with tests-first discipline.
Quick Start
/shipit-kit:new-feature-fast add unit tests to backend services