ersinkoc/project-architect

142 stars · Last commit 2026-04-08

Documentation-first project planning agent skill. Generates specs, implementation plans, tasks, and single-shot prompts for coding agents. Compatible with Claude Code, Cursor, Codex, and 40+ agents via agentskills.io.

README preview

# 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)
```

View full repository on GitHub →