Claude Skill
ersinkoc/project-architect
Project Architect is a documentation-first project planning skill for coding agents. Generate specs, plans, tasks, and single-shot prompts. Compatible with Claude Code, Cursor, Codex, and 40+ agents.
Overview
Repository
Install this Skill
npx skills add ersinkoc/project-architectRegistry
npx skills add ersinkoc/project-architectnpx skills add ersinkoc/project-architect --agent claude-codenpx skills add ersinkoc/project-architect --agent cursornpx skills add ersinkoc/project-architect --agent codexnpx skills add ersinkoc/project-architect --global
Summary
Project Architect is a documentation-first project planning agent skill that generates detailed specifications, implementation plans, task breakdowns, and single-shot prompts for coding agents. It is compatible with Claude Code, Cursor, Codex, and over 40 other agents via agentskills.io.
文档优先的项目规划代理技能。生成规格说明、实施计划、任务以及面向编码代理的单次提示。兼容Claude Code、Cursor、Codex及通过agentskills.io的40多个代理。
Key features
- Documentation-first project planning approach
- Generates specs, implementation plans, and task breakdowns
- Creates single-shot prompts for coding agents
- Compatible with Claude Code, Cursor, Codex, and 40+ agents via agentskills.io
Use cases
- Planning complex software projects with clear documentation
- Generating structured implementation plans for development teams
- Creating reusable single-shot prompts for AI coding assistants
- Standardizing project specifications across multiple coding agents
README excerpt
# Project Architect An [Agent Skill](https://agentskills.io) for **documentation-first project planning**. Transforms a project idea into implementation-ready blueprints and a single-shot coding agent prompt. Compatible with **40+ coding agents** including Claude Code, Cursor, Gemini CLI, GitHub Copilot, Codex, Roo Code, and more. ## What It Does Given a project idea, Project Architect walks you through an interactive discovery process and generates 5 interconnected documents: ``` [Discovery] -> SPECIFICATION.md -> IMPLEMENTATION.md -> TASKS.md -> BRANDING.md (The What) (The How) (The Work) (Identity) | | | +-------------------+------------------+ | PROMPT.md (Single-Shot Agent Prompt) ``` | Document | Purpose | |----------|---------| | **SPECIFICATION.md** | What the project is, features, data model, API surface | | **IMPLEMENTATION.md** | Tech stack, design patterns, directory structure, schemas | | **TASKS.md** | Ordered work items, each completable in a single agent session | | **BRANDING.md** | Name, colors, typography, voice (optional, for user-facing projects) | | **PROMPT.md** | Self-contained prompt to build the entire project from scratch | ## Features - **Interactive tech stack advisor** -- presents options with trade-offs, lets you choose - **Design pattern recommendations** -- matched to your project's specific needs with code sketches - **Scales to project size** -- weekend hack gets 15 tasks, enterprise system gets 100+ - **Agent-optimized output** -- every task lists exact files to create/modify with acceptance criteria - **
Topics
No topics yet.