spec-kitty.plan
SolidCreate an implementation plan
AI & Automation 1,281 stars
105 forks Updated today MIT
Install
Quality Score: 91/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# /spec-kitty.plan - Create Implementation Plan
**Version**: 0.11.0+
## ๐ WORKING DIRECTORY: Stay in the repository root checkout
**IMPORTANT**: Plan works in the repository root checkout. NO worktrees created.
```bash
# Run from project root (same directory as /spec-kitty.specify):
# You should already be here if you just ran /spec-kitty.specify
# Creates:
# - kitty-specs/<mission_slug>/plan.md โ In repository root checkout
# (the NNN- prefix in the directory listing is display-only metadata)
# - Commits to target branch
# - NO worktrees created
```
**Do NOT cd anywhere**. Stay in the repository root checkout.
## Mission Handle Rule
`/spec-kitty.plan` operates on an existing mission, so use `--mission <handle>`
when the CLI needs a mission selector.
- `<handle>` can be the mission's `mission_id` (ULID), `mid8` (first 8 chars of
the ULID), or `mission_slug`.
- Prefer `mission_id` or `mid8` when the repo has multiple similarly named
missions.
- The resolver disambiguates by `mission_id` and returns a structured
`MISSION_AMBIGUOUS_SELECTOR` error on ambiguity โ there is no silent fallback.
## User Input
The content of the user's message that invoked this skill (everything after the skill invocation token, e.g. after `/spec-kitty.<command>` or `$spec-kitty.<command>`) is the User Input referenced elsewhere in these instructions.
You **MUST** consider this user input before proceeding (if not empty).
## Commit Boundary (issue #846)
`/spec-kitty.plan` will r...
Details
- Author
- Priivacy-ai
- Repository
- Priivacy-ai/spec-kitty
- Created
- 7 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content โ not just same category
AI & Automation Solid
spec-kitty.specify
Create a mission specification
1,281 Updated today
Priivacy-ai AI & Automation Solid
spec-kitty.tasks
Break a plan into work packages
1,281 Updated today
Priivacy-ai AI & Automation Solid
spec-kitty.research
Generate research documents for the current mission
1,281 Updated today
Priivacy-ai AI & Automation Solid
spec-kitty.implement
Execute a work package implementation
1,281 Updated today
Priivacy-ai AI & Automation Solid
spec-plan
Spec planning phase - explore codebase, design plan, get approval
1,733 Updated today
maxritter