propose
Installation
SKILL.md
propose
Turn a feature, improvement, or problem into a tracked roadmap item and an early PR. This skill never writes code — it collects everything for the roadmap item, opens the PR, and stops. Implementation is always a separate later step (/goal Implement <slug>.md).
jackin' rule files auto-load — BRANCHING.md, COMMITS.md, PULL_REQUESTS.md, docs/ rules, TODO.md (roadmap conventions). This skill sequences them.
When to use
- Operator runs
/jackin-dev:propose <idea or problem>. - Feature/idea worth a roadmap item.
When NOT to use
- Small fix (typo, dep bump, one-liner) →
/jackin-dev:create-pr. - Designing an existing item →
/jackin-dev:brainstorm. Implementing one →/goal Implement <slug>.md.