rsmdtrsmdtCommunity·27 Agent Skills Included

the-startup

Spec-driven development with parallel specialist coding workflows

Turns feature ideas into structured specifications, then executes them through phased or parallel implementation pipelines. Eliminates vague requirements, untested code, and chaotic multi-file changes with built-in validation, testing, and review gates. Coordinates specialist roles for architecture, security, debugging, and documentation so complex work ships faster with fewer errors.
npx skills add rsmdt/the-startup --all -g -y
Available:

Explains the plugin architecture, spec-driven workflow, and skill conventions so the agent knows how to route requests through the specify, implement, validate, and review pipeline.

All Skills in This Repository (27)

Pure Emerald Level Indicators
📦 In Repo
rsmdtrsmdt

solution-design

Create and validate solution design documents from templates.

Community
Advanced
📦 In Repo
rsmdtrsmdt

analysis-discovery

Discover patterns, rules, and interfaces in complex systems.

Community
Intermediate
📦 In Repo
rsmdtrsmdt

implementation-plan

Generate executable implementation plans from a standardized PLAN template.

Community
Advanced
📦 In Repo
rsmdtrsmdt

product-requirements

Create and validate product requirements documents from templates.

Community
Intermediate
📦 In Repo
rsmdtrsmdt

debugging-methodology

Guide hypothesis-driven debugging with evidence-based root-cause analysis.

Community
Advanced
📦 In Repo
rsmdtrsmdt

refactoring-methodology

Plan staged code refactorings with baseline tests and behavior preservation.

Community
Advanced
📦 In Repo
rsmdtrsmdt

specification-validation

Validate PRD, SDD, and PLAN documents for completeness, consistency, and correctness.

Community
Advanced
📦 In Repo
rsmdtrsmdt

specification-compliance

Validate implementations against documented specifications with structured compliance reporting.

Community
Advanced
📦 In Repo
rsmdtrsmdt

specification-management

Create and manage specification directories with auto-incrementing IDs and README metadata.

Community
Advanced
📦 In Repo
rsmdtrsmdt

data-modeling

Design database schemas from domain requirements with ER modeling and normalization.

Community
Advanced
📦 In Repo
rsmdtrsmdt

api-design-patterns

Apply standardized REST and GraphQL design patterns to API contracts and versioning.

Community
Advanced
📦 In Repo
rsmdtrsmdt

testing-strategies

Design test suites and assess coverage using test pyramid principles across Jest and Pytest.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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