architect

Coordinate and produce a review-ready implementation plan with plan file creation and subagent review cycles.

Updated Nov 8, 2022
One-click install
npx skills add https://github.com/gvinokur/qatar-prode --skill architect-gvinokur
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architect
Source: https://github.com/gvinokur/qatar-prode/tree/main/.claude/skills/architect
Command: npx skills add https://github.com/gvinokur/qatar-prode --skill architect-gvinokur

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a strict, repeatable planning workflow that prevents premature implementation and ensures every development story has a documented, reviewed, and versioned plan before any code is written.

Core Features & Use Cases

  • Enforces creation of a plan file at plans/STORY-N-plan.md with story context and a mid-level design.
  • Orchestrates research, parallel exploration agents, and a mandated Plan Reviewer loop to surface architectural concerns.
  • Uses subagents for git operations to commit plans and create draft PRs while the main agent remains in planning mode, supporting iterative plan updates from review feedback.
  • Use case: preparing a complex UI-plus-backend story that requires visual prototypes, a file impact map, and peer review before coding.

Quick Start

Open plan mode, gather story context, draft the plan at plans/STORY-<number>-plan.md, run the plan-reviewer loop, and use the git-ops subagent to create a draft PR.

Frequently Asked Questions about architect

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

FAQPage Schema
How do I create a reviewed implementation plan before writing any code?

To create a reviewed implementation plan, you draft a plan file at plans/STORY-N-plan.md with story context and a mid-level design. A subagent-driven plan reviewer loop then surfaces architectural concerns, preventing accidental early implementation by keeping the agent in plan mode.

What is the best way to manage git commits and PRs during the planning phase?

The best way to manage git commits and PRs during planning is using subagent-based git workflows. Subagents handle git operations to commit plans and create draft PRs while the main agent remains in planning mode, supporting iterative plan updates from review feedback.

How do I structure an architecture plan for a complex UI and backend story?

To structure an architecture plan for a complex story, the plan file must include story context, architecture notes, visual prototypes, a file impact map, and a mid-level design. Parallel exploration agents can be orchestrated to gather the required research context.

Can I use subagents for plan review cycles without triggering early implementation?

Yes, you can use subagents for plan review cycles without triggering early implementation. The workflow enforces plan file creation and subagent-driven reviews, strictly keeping the main agent in plan mode until you explicitly authorize execution.

When do I need a strict planning workflow for software engineering stories?

You need a strict planning workflow for software engineering stories requiring context gathering, architecture notes, visual prototypes, mid-level designs, and iterative plan reviews. It ensures every development story has a documented, reviewed, and versioned plan before coding begins.