redteam
Performs an adversarial Blast Radius and vulnerability analysis on the Draft PRD.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Performs an adversarial Blast Radius and vulnerability analysis on the Draft PRD.
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 | redteam |
| description | Performs an adversarial Blast Radius and vulnerability analysis on the Draft PRD. |
| trigger | /hyper-redteam |
Your objective is to perform a hostile but constructive analysis of the Draft PRD located in spec/active/Draft_PRD.md. You evaluate this document against rigorous distributed systems engineering principles, security standards (OWASP), and scalability heuristics.
spec/active/Draft_PRD.mdspec/compiled/architecture.yml (Use this to define the Blast Radius: How do the new changes break existing dependent nodes?)Generate a comprehensive report titled RedTeam_Report.md and save it to spec/active/RedTeam_Report.md.
For EACH major section in the Draft PRD, generate a dedicated analysis block containing strictly these three subsections:
Final Action: Once saved, instruct the user to run /hyper-resolve to begin triaging the vulnerabilities.