the-startup
Spec-driven development with parallel specialist coding workflows
All Skills in This Repository (27)
Pure Emerald Level Indicatorssolution-design
Create and validate solution design documents from templates.
analysis-discovery
Discover patterns, rules, and interfaces in complex systems.
implementation-plan
Generate executable implementation plans from a standardized PLAN template.
product-requirements
Create and validate product requirements documents from templates.
debugging-methodology
Guide hypothesis-driven debugging with evidence-based root-cause analysis.
refactoring-methodology
Plan staged code refactorings with baseline tests and behavior preservation.
specification-validation
Validate PRD, SDD, and PLAN documents for completeness, consistency, and correctness.
specification-compliance
Validate implementations against documented specifications with structured compliance reporting.
specification-management
Create and manage specification directories with auto-incrementing IDs and README metadata.
data-modeling
Design database schemas from domain requirements with ER modeling and normalization.
api-design-patterns
Apply standardized REST and GraphQL design patterns to API contracts and versioning.
testing-strategies
Design test suites and assess coverage using test pyramid principles across Jest and Pytest.
Frequently Asked Questions
FAQPage SchemaHow to install The Agentic Startup?▼
Run `npx skills add rsmdt/the-startup --all -g -y` in your terminal to install all skills globally.
What is spec-driven development?▼
It means writing a clear requirements and solution document before any code, so implementation follows an approved plan instead of guesswork. This reduces rework and keeps large changes on track.
How does the three-tier implementation work?▼
A complexity classifier routes each spec to Direct (small fixes), Incremental (phased single-feature plans), or Factory (parallel units with automated scenario testing). The implement command auto-detects the right path.
Does it work with Claude Code and other coding agents?▼
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible environments.
Can it enforce my project's coding rules?▼
Yes. The constitution skill lets you define governance rules that are automatically checked during specification, implementation, and code review.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core