deliver-feature
Deliver Feature
Convert a feature idea into tracked project artifacts and code through a gated workflow. Keep the PRD and plan in the project, let the user revise each artifact in chat, and only advance when the user explicitly approves the next phase.
Artifact Rules
- Treat the current working directory as the project root unless the user specifies another root.
- Store each feature under
plans/NNNN. feature name/. - Save the PRD to
plans/NNNN. feature name/prd.md. - Save the implementation plan to
plans/NNNN. feature name/plan.md. - Compute
NNNNas the next unused 4-digit sequence. - Build
feature namefrom a short human-readable feature title. Keep spaces, but remove path-unsafe characters. - Reuse an existing feature folder when the user is continuing that feature instead of starting a new one.
- Never overwrite another feature's PRD or plan.
Phase Gates
Run phases in this order:
More from mishankov/agent-skills
nba-game-intel
Retrieve NBA game information from ESPN public APIs, including daily scoreboards, game summaries, boxscores, play-by-play, team lists, team schedules, and standings context. Use when requests ask for NBA scores, live game status, specific game-id details, or team-centric recent/upcoming game context.
16gh-issue-to-pr
Implement GitHub issues end to end using GitHub CLI and git, from cloning a repository (and forking only when needed) to opening a pull request. Use when asked to pick up a specific issue from GitHub and deliver a ready-to-review PR with linked issue context, commits, validation notes, and a pre-PR quality pass via $code-review.
10gh-project-issue-loop
Continuously process available GitHub Project items by preparing project context once and then implementing linked issues in a loop via the gh-issue-to-pr skill. Use when asked to clear backlog from a GitHub Project board, batch-deliver project issues, or repeatedly pick and implement open project issues with gh CLI.
7code-review
Perform comprehensive software code reviews focused on correctness, regressions, security, reliability, performance, and test quality. Use when asked to review pull requests, commits, branches, patches, or source files and deliver prioritized findings with severity, concrete impact, and file/line references.
4