Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.
pchmn/gitoui
SkillsMP has collected 4 skills from pchmn/gitoui. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 4
- GitHub stars
- 0
- GitHub forks
- 0
Skills in this repository
Showing 4 of 4 collected skills.
Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.
Create or update a GitHub Pull Request using the `gh` CLI. Automatically detects whether a PR already exists for the current branch: if yes, updates it; if no, creates one. PR titles follow conventional commits format (feat:, fix:, chore:, etc.) for…
Implement a ready ticket or an approved plan via the implement subagent (isolated context, returns a summary). Use for "/implement", "implement issue N", or executing a settled plan in code. Not for design or planning.