fastapi
- [ ] **API Design:** Define RESTful endpoints, path parameters, and query parameters. - [ ] **Data Validation:** Plan Pydantic models for request (In) and…
Skill, System Design, Architecture, Planning
$ npx -y skills add DongDuong2001/pudo-code-system --skill plan --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/planContext preview
The summary Claude sees to decide when to auto-load this skill.
Skill, System Design, Architecture, Planning
> Skill, System Design, Architecture, Planning
Use this prompt when you are at the beginning of a project or feature and need to design the architecture, define the data models, map out the API contracts, or break down the implementation steps. This skill forces the AI to think like a Principal Architect.
Adopt the persona of a Principal Software Architect. I need your expertise to design the architecture and implementation plan for the following project:
Goal: {{project_goal}}
Tech Stack: {{tech_stack}}
Constraints: {{constraints}}
Please provide a comprehensive architectural design that includes:
1. **System Overview:** A high-level explanation of how the system will work.
2. **Component Breakdown:** The major modules, services, or components required.
3. **Data Flow & Models:** How data moves through the system and the core schema structures.
4. **Risk Mitigation:** Potential bottlenecks, security concerns, or technical debt, and how to avoid them.
5. **Implementation Steps:** A logical, ordered sequence of development tasks to build this.
Do not write the implementation code. Focus purely on the design and architecture.**Input:**
Adopt the persona of a Principal Software Architect. I need your expertise to design the architecture and implementation plan for the following project: Goal: Build a real-time collaborative markdown editor. Tech Stack: Next.js, WebSockets, Redis, PostgreSQL Constraints: Must handle up to 50 concurrent users on the same document without latency issues. Please provide a comprehensive architectural design that includes: [...rest of prompt...]
Modular, scalable, automated development intelligence.
Repo: DongDuong2001/pudo-code-system
- [ ] **API Design:** Define RESTful endpoints, path parameters, and query parameters. - [ ] **Data Validation:** Plan Pydantic models for request (In) and…
- [ ] **Framework Selection:** Choose web framework (Axum, Actix-web) based on performance vs. ecosystem needs. - [ ] **Crate Ecosystem:** Plan dependencies…