I built a Claude Code Skill that turns Claude into a professional project architect - Generate complete requirements, design docs, and implementation plans in minutes (Built with Claude)
Description
**Productivity** Ever start a project and realize 3 days in that you should have planned better? Or tried to get Claude to help build something complex only to watch it lose track halfway through? I j
Installation
claude install-skill https://github.com/adrianpuiu/claude-skills-marketplace README
I built a Claude Code Skill that turns Claude into a professional project architect - Generate complete requirements, design docs, and implementation plans in minutes (Built with Claude)
**Productivity**
Ever start a project and realize 3 days in that you should have planned better? Or tried to get Claude to help build something complex only to watch it lose track halfway through? I just released the **project-planner** skill that solves this by turning Claude into your personal project architect.
Why I built this
I was tired of:
- undefined
So I built a skill that makes Claude generate professional-grade planning documents BEFORE writing a single line of code. The kind of docs that $200/hour consultants charge thousands for.
**GitHub:** [https://github.com/adrianpuiu/claude-skills-marketplace]
Installation (literally 30 seconds):
cd ~/.claude/skills/user
git clone [your-repo-url] project-planner
That's it. Open Claude Code and say "What are my skills?" - it's ready to architect.
How it works - The Magic Triple:
Tell Claude: **"I want to build [your project idea]"**
Claude immediately generates THREE documents that become your project's DNA:
1. Requirements Document
Real user stories with testable acceptance criteria:
User Story: As a trader, I want real-time alerts, so that I never miss opportunities
Acceptance Criteria:
✓ WHEN price crosses threshold, THE system SHALL notify within 100ms
✓ THE system SHALL support 10,000 concurrent alerts
✓ IF connection fails, THEN THE system SHALL queue notifications
2. Technical Design Document
Complete architecture with components, interfaces, and data flow:
Claude → "Here's your 3-tier architecture with microservices..."
Claude → "Component responsibilities mapped..."
Claude → "API contracts defined..."
Claude → "Docker config ready..."
3. Implementation Plan
Hierarchical task breakdown with requirement tracing:
- [x] Phase 1: Infrastructure Setup
- [x] 1.1 Database schema
- Requirements: REQ-1.2, REQ-3.4
- [ ] 1.2 Docker configuration
- Dependencies: Task 1.1
Real Example That Blew My Mind:
**Me:** "I need an order flow trading automation system"
**Claude** (with project-planner):
- undefined
**Result:** What would have taken me 2 weeks of planning was done in 3 minutes. Then when I said "implement task 1.1", Claude knew EXACTLY what to build because it had the blueprint.
Related Skills
Algorithmic Art
When users request creating art using code, generative art, algorithmic art, flow fields, or particle systemsCreate generative art using p5.js with seeded randomness, flow fields, and particle systems
Design official Brand Guidelines
When brand colors, style guidelines, visual formatting, or company design standards applyApply Anthropic's official brand colors and typography to artifacts
Design official Canvas Design
When user asks to create a poster, piece of art, design, or other static pieceCreate beautiful visual art in PNG and PDF documents using design philosophy
Design official Frontend Design
When user asks to build web components, pages, applications, dashboards, or style/beautify web UICreate distinctive, production-grade frontend interfaces with high design quality
Design official Slack Gif Creator
When users request animated GIFs for SlackCreate animated GIFs optimized for Slack's size constraints
Design official Theme Factory
When user wants to apply a theme or styling to an artifactStyle artifacts with professional themes including 10 pre-set color/font combinations
Design official Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css. Use for Phase 2 of the design simplification run — mechanical refactors only.
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://github.com/wshobson/agents) |
ui-visual-validator
| You are an experienced UI visual validation expert specializing in comprehensive visual testing and... | sonnet | [wshobson/agents](https://github.com/wshobson/agents) |