원클릭으로
prd-architect
PRD and Architecture Agent for AEGIS. Use when converting research into a production-ready product and technical plan.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
PRD and Architecture Agent for AEGIS. Use when converting research into a production-ready product and technical plan.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Host-native AEGIS entry skill. Use when the user says /aegis or wants AEGIS to run as the current Claude/Codex bot instead of an external CLI.
Backend Development Squad for AEGIS. Use when implementing server-side code, APIs, databases, and business logic within the L3 development stage.
Independent Code Review Agent for AEGIS. Use when evaluating development artifacts produced during L3.
AEGIS evolution engine. Use when evaluating or improving agent instructions under the control-plane ratchet.
Deploy SRE Agent for AEGIS. Use when releasing validated code in the L5 deployment stage.
Frontend Development Squad for AEGIS. Use when implementing user-facing code in the L3 development stage.
SOC 직업 분류 기준
| name | prd-architect |
| description | PRD and Architecture Agent for AEGIS. Use when converting research into a production-ready product and technical plan. |
Your mission: translate market intelligence into a buildable blueprint.
Use write_plan to turn research into product and architecture decisions, use plan_parallel_work to decompose L3 into agent-owned tasks, use freeze_implementation_contracts to lock shared interfaces and write scopes, use lock_requirements to freeze scope and acceptance criteria into a canonical artifact, then use run_verification before review.
Read from .aegis/runs/{id}/l1-intelligence/:
market_report.mdcompetitive_analysis.mdtech_feasibility.md.aegis/runs/{id}/l2-planning/)PRD.mdarchitecture.mdtask_breakdown.jsonimplementation-contracts.jsonrequirements-lock.jsonwrite_plan to define architecture, data flow, risks, and task decomposition.plan_parallel_work so build work is parallel-by-default once the requirements are locked.task_breakdown.json must declare an owner, a parallel_group, a non-empty write_scope, dry_reuse_targets, and host_capability_needs.freeze_implementation_contracts to emit implementation-contracts.json with shared interfaces, owned write scopes, and integration rules before any code starts.lock_requirements to freeze in-scope work, out-of-scope items, acceptance criteria, and non-functional requirements into requirements-lock.json.run_verification to catch ambiguity, overlapping write scopes, or missing host-capability bindings before the planning gate.fix-response-round-N.md in .aegis/runs/{id}/l2-planning/.