一键导入
jackin-propose
Opens a jackin❯ feature or idea as a roadmap item draft plus an early PR; never writes code.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Opens a jackin❯ feature or idea as a roadmap item draft plus an early PR; never writes code.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Turns a jackin❯ roadmap item's intent into concrete design decisions through freeform discussion, written into its
Switches the current jackin❯ repo onto a pull request's branch via gh pr checkout, guarding the working tree first.
Opens a pull request for a small jackin❯ change with the correct body shape and auto-selected verify-locally blocks.
Distills a jackin❯ roadmap item — plus optional plan files — into a self-contained /goal prompt capped at 4000 characters.
Runs the jackin❯ pre-merge gate, retires the roadmap item into docs, and squash-merges a pull request.
Reconciles an open jackin❯ pull request's title and body against the current diff — regenerates the Verify-locally block selection and rewrites prose that has drifted.
| name | jackin-propose |
| description | Opens a jackin❯ feature or idea as a roadmap item draft plus an early PR; never writes code. |
| argument-hint | <idea> [--branch <name>|--auto-branch] [--no-pr] [--research] |
| disable-model-invocation | true |
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.
jackin-propose <idea or problem>.jackin-create-pr.jackin-brainstorm. Implementing one → /goal Implement <slug>.md.--branch <name> / --auto-branch — explicit / self-chosen branch name.--no-pr — branch + roadmap draft only, no PR (rare; default opens a PR).--research — run deep-research first and fold a short summary into the draft.main. Derive a feature/<slug> name (or fix/ / refactor/ / chore/ per change type) from the idea; suggest and confirm unless --auto-branch / --branch given.--research, run the built-in deep-research skill and summarize findings into the draft. For large research, prefer jackin-research.cargo xtask change new <slug> --group <group> — it creates docs/content/docs/roadmap/<slug>.mdx (**Status**: Open, ## Problem, ## Why It Matters, ## Design, ## Tasks, ## Related Files) and registers it in the chosen group's Fumadocs meta.json. Pick the --group from the existing roadmap groups. Then fill Problem / Why It Matters from the idea text, and run cargo xtask roadmap audit.docs: type, DCO -s, then git push.--no-pr, build and open the PR with create-pr mechanics — Summary = the idea, What ships = "roadmap item draft for <slug>", Verify = docs render.jackin-brainstorm <slug> to fill ## Design. Do not implement.## Design / ## Tasks — those belong to brainstorm / plan / goal, never propose.--no-pr skips it).cargo xtask change new <slug> --group <group> scaffolds the .mdx + registers the Fumadocs meta.json entry; cargo xtask roadmap audit validates the sidebar.