From jackin-dev
Turns a jackin' roadmap item's intent into concrete design decisions through freeform discussion, written into its Design section. Use when the operator runs /jackin-dev:brainstorm.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jackin-dev:brainstorm <slug> [--research] [--resume]<slug> [--research] [--resume]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn an existing roadmap item's intent (and any gathered research) into concrete **design decisions**, through open back-and-forth with the operator, written incrementally into the item's `## Design` section.
Turn an existing roadmap item's intent (and any gathered research) into concrete design decisions, through open back-and-forth with the operator, written incrementally into the item's ## Design section.
Judgment task — describe and decide; do not script it, do not write code, do not break work into tasks (that is plan, deferred).
/jackin-dev:brainstorm <slug> to design an open roadmap item./jackin-dev:propose./jackin-dev:research./goal Implement <slug>.md.--research — run /jackin-dev:research first if the item looks thin.--resume — continue from the current ## Design state.docs/content/docs/reference/roadmap/<slug>.mdx — Problem, Why It Matters, Design-so-far, Related Files — plus any research already linked.ENGINEERING.md, HOST_AND_CONTAINER.md, TUI/docs rules) as constraints. Prefer one question at a time; check in as each part settles.## Design in the .mdx — the decision plus a one-line why. --resume picks up from there.deep-research). Large investigation → spin a separate /jackin-dev:research dossier and link it from ## Design. Then resume deciding.## Design covers the approach end to end, summarize and point at the implementation step (/goal Implement <slug>.md).docs: per settled chunk (push after every commit).## Tasks — out of scope.## Design (it must be resumable).npx claudepluginhub jackin-project/jackin-marketplace --plugin jackin-devGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.