.cursor/skills/architecture-design/SKILL.md
Design the architecture to solve a given task. Propose the solutions to be used to deliver the task following the best practices and standards.
npx skillsauth add imvanzen/strava-kudosik architecture-designInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill helps you design the architecture that follows best practices and solves the actual business goal.
Use the checklist below and track your progress:
Analysis progress:
- [ ] Step 1: Understand the goal of the task
- [ ] Step 2: Analyse the current codebase
- [ ] Step 3: Ask questions about ambiguous parts
- [ ] Step 4: Design a solution
- [ ] Step 5: Create an implementation plan document
Step 1: Understand the goal of the task
Thoroughly process the conversation history and task *.research.md file to fully understand the business goal of the task.
Step 2: Analyse the current codebase Perform a current codebase analysis to get a full picture of a current system in a context of the task. Make sure to understand the project and domain best practices.
Step 3: Ask questions about ambiguous parts After getting a full picture of the codebase and the task, ask any remaining questions. Don't continue until you get all of the answers.
Step 4: Design a solution Based on your findings design a solution architecture.
Follow the best security and software design patterns.
Your goal is to design a solution that is not overengineered and easy to comprehend by developers, that is at the same time scalable, secure and easy to maintain.
The example patterns you should check (but you are not limited to only use those):
For Chrome Extension specific architecture:
Make sure to follow the best UI/UX patterns:
Make sure to follow security best practices:
The design has to meet quality assurance criteria, meaning it has to be fully tested using combination of e2e, unit and integration tests.
Don't duplicate any work.
Make sure to use implementation-gap-analysis skill to verify what was already implemented from your plan and what should be added. Make sure to include the result in final plan.
Make sure to divide the plan into a small phases. Each phase should be runnable on it's own and immediately have all quality gates ready. Each phase should have a list of tasks with special place to mark the finished tasks later on.
The plan has to include code review phase at the end fully done by code-reviewer agent.
Don't provide deployment plans, code pushing instructions, code review instructions on repository.
Step 5: Create a implementation plan document
Save the plan as a document following the ./plan.example.md template.
Don't add or remove any sections from the template. Follow the structure and naming conventions strictly to ensure clarity and consistency.
codebase-analysis - for analyzing the existing architecture, components, and patternsimplementation-gap-analysis - for verifying what was already implemented and what should be addedtechnical-context-discovery - for establishing project conventions and existing patterns before designingdevelopment
Discover and establish technical context before implementing any feature. Prioritize project instructions, existing codebase patterns, and external documentation in that order. Use for any task requiring understanding of project conventions, coding standards, architecture patterns, and established practices before writing code.
development
Analyse task description, performs gap analysis, expand the context for the task, analyse the current state of the system in the context of the task, helps build PRD, creates a context for the task, gathers information about the task from different sources.
testing
Resolves dependency audit (security) issues and updates outdated packages with prioritization by breaking-change risk and security/value. Prefer security fixes and non-breaking updates; defer or flag major upgrades. Use when the user asks to fix audit, update packages, resolve vulnerabilities, or run maintenance.
testing
Implementation gap analysis. Verify what has to be implemented. Verify what was implemented. Compare plan to current state.