architect
Executes a state-machine interview to extract exhaustive requirements and generate a Draft PRD.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Executes a state-machine interview to extract exhaustive requirements and generate a 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 | architect |
| description | Executes a state-machine interview to extract exhaustive requirements and generate a Draft PRD. |
| trigger | /architect |
Your objective is to extract exhaustive technical and functional requirements from the user to construct a Draft PRD. You act as a senior systems architect.
spec/compiled/architecture.yml exists and is populated, you are in an Iterative state. Tailor your questions to how the new feature collides with the existing system graph.You must move sequentially. Do not advance to the next phase until the current phase's objectives are satisfied by the user.
Atomic or Module nodes this new feature touches and interrogate the user on those specific collisions.Draft_PRD.md and save it to spec/active/Draft_PRD.md. Instruct