ワンクリックで
make-plan
Break the chosen proposal into ordered issues/tasks with dependencies. Use after a proposal is chosen, before implementing.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Break the chosen proposal into ordered issues/tasks with dependencies. Use after a proposal is chosen, before implementing.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Reference only (do NOT invoke as an action): token-reduction conventions (subagent isolation, artifact compaction). Applied throughout the other skills.
Reference only (do NOT invoke as an action): the RICE scoring convention for the goal-loop backlog. Read by the loop/make-plan skills.
Implement a single planned issue, optionally inside a bounded autonomous loop. Use to execute one unit of an approved plan.
Run a continuous goal-loop: work a prioritized RICE-scored backlog toward a standing goal, cycle after cycle, consuming/emitting signals. Use for ongoing autonomous improvement toward a goal; not for a single discrete task (use run).
Run the enabled compliance checklists (any of HIPAA / HITRUST / ISO 27001 / SOC 2) against the diff, separating code-verifiable findings from organizational controls. Always run before committing a sensitive change.
Emit or consume cross-loop signals (observations / frictions / opportunities) in the shared signals/ store. Use to record a finding for other loops or teammates, or to read relevant ones before deciding. PHI must never go in a signal.
| name | make-plan |
| description | Break the chosen proposal into ordered issues/tasks with dependencies. Use after a proposal is chosen, before implementing. |
Break the chosen proposal into a concrete implementation plan.
templates/design-doc-template.md as a reference for what sections to cover.run.md Phase 4). Two sub-issues that edit the same file are not independent — give them a blocking edge to force serialization.plans/ directory with a parent plan .md file and individual task .md files.TaskCreate for each sub-task. This provides persistent task tracking that survives across sessions.
/loop): tag each Task's metadata with the active goalId and a RICE score per .agents/skills/backlog-scoring/SKILL.md, so the sub-tasks join the prioritized backlog.