一键导入
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 页面并帮你完成安装。
基于 SOC 职业分类
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.
| 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/.