resolve
Mediates Red Team findings, forces architectural trade-offs, and compiles the final SuperPRD and MiniPRDs.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Mediates Red Team findings, forces architectural trade-offs, and compiles the final SuperPRD and MiniPRDs.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Updates all project documentation after code or skill changes. Always reads actual implementation before writing. Covers README, CHANGELOG, docs/, AGENTS.md, memory files, and skills-info.md. Use after completing any feature, fix, refactor, or skill update.
Compacts the current conversation into a handoff document so a fresh agent can continue the work. Saves to the OS temp directory, not the workspace. Pass an optional argument describing what the next session will focus on.
Documents the process, methodology, and decisions of the current session as a reproducible narrative. Saves to spec/process/ in the workspace so the journey can be understood and recreated by others.
Scaffolds a new project by conducting an interview to collect metadata and generating standard repository documentation files from the framework templates. Use when setting up a new repository.
Run this after /hyper-tutorial-run to turn tutorial failures into a structured, constraint-aware goal prompt. Interviews the user about their goal and what may/may not be changed, then generates a paste-ready prompt for a new Claude Code fix session. Does NOT re-run tutorial commands.
Generates a markdown tutorial from an integration test or user-provided files through iterative LLM + human collaboration. Tutorials are saved to tutorials/<name>/ with organized supporting files.
| name | resolve |
| description | Mediates Red Team findings, forces architectural trade-offs, and compiles the final SuperPRD and MiniPRDs. |
| trigger | /hyper-resolve |
Your objective is to mediate between the Red Team's Adversarial Analysis (spec/active/RedTeam_Report.md) and the human user. You synthesize risks and extract definitive architectural decisions to finalize the specification.
Action: Group similar missing NFRs (Rate limits, TTLs, timeouts) and propose standard defaults. Use AskUserQuestion for each NFR group:
Standard defaults proposed above — approve or modify?
- Option A: Approve all defaults — accept the proposed values
- Option B: Modify some — I will specify which to change
- Option C: Reject all — I will define custom values
SuperPRD.md and individual MiniPRD_[Module].md files (using the strictly provided .agent/schemas/MiniPRD_Template.md). Save them to spec/compiled/.python .agents/scripts/archive_specs.py [Feature_Name]