architect

Organize complex requests into executable plans with phase-detail files.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/SeoJaeWan/try-claude-code --skill architect-seojaewan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architect
Source: https://github.com/SeoJaeWan/try-claude-code/tree/main/.codex/skills/architect
Command: npx skills add https://github.com/SeoJaeWan/try-claude-code --skill architect-seojaewan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create decision-complete implementation plans as one or more sequential executable plans, with explicit execution phases, scenario-first boundary I/O contracts, and controller-facing plan artifacts that preserve the user's wording, expose concrete work bundles and public contracts before execution order, and keep later execution from guessing.

Core Features & Use Cases

  • Entry-point planner for complex or high-impact requests
  • Generates plan.md and linked phase-detail files under ./plans/{task-slug}/
  • Works with a registry-backed review wiki and orchestrates execution handoffs

Quick Start

Describe a complex request and let Architect generate a sequential, executable plan with clearly defined phases and linked phase-detail files under plans.

Frequently Asked Questions about architect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan complex requests into executable steps with clear phases?

Executable steps for complex requests are organized into a structured plan with defined phases and public contracts. The process generates a plan.md and linked phase-detail files under ./plans/{task-slug}/ to expose concrete work bundles before execution begins.

What is an artifact-driven plan and when do I need it for software engineering?

An artifact-driven plan is a decision-complete implementation strategy that preserves user wording and exposes public contracts before execution. You need it for high-impact tasks requiring multiple plan artifacts, phase-detail files, and registry-backed review guidance.

How do I create phase-detail files and a plan.md for high-impact tasks?

To create phase-detail files and a plan.md, describe your complex request to generate a sequential, executable plan. The system automatically creates per-phase detail files and a main plan file under the plans directory with YAML frontmatter defining name and description.

Can I use review-wiki contracts to coordinate execution handoffs?

Yes, review-wiki contracts align with execution handoff policies to coordinate design, review, and execution phases. The system orchestrates these handoffs using registry-backed review guidance to keep later execution from guessing boundaries.

Does this planning approach support scenario-first boundary I/O contracts?

Yes, the planning approach supports scenario-first boundary I/O contracts for controller-facing plan artifacts. It creates decision-complete implementation plans as sequential executable plans with explicit execution phases and defined public contracts.

What is the best way to structure sequential executable plans for multiple work bundles?

The best way to structure sequential executable plans is by generating decision-complete plans with explicit execution phases. This approach exposes concrete work bundles and public contracts before execution order, preventing later execution stages from guessing requirements.