Enovatr-Labs/SpecRoute

Open source framework for spec-driven agentic software engineering. PRDs, prompts, agents, skills, workflows, and coding rules for Codex, Claude, and modern AI development teams.

3Stars on the repository
46Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

README

01

Enovatr-Labs/SpecRoute

Agent Claude Code

This directory contains the 12 Claude Code agents that implement the SpecRoute skeleton. They are project-internal - they build SpecRoute itself, not consumer-facing templates that ship as artifacts.

not rated 3 +1 1mo ago A 0 tokens original Apache-2.0

Enovatr-Labs/SpecRoute

Agent Claude Code

Use when designing or extending the consumer-facing agent roster under agents/. Owns agents/agent-template.md (frontmatter contract), agents/archetypes/ (role concepts - product, architect, backend, frontend, security, qa, devops), agents/examples/ (flat .md files showing real frontmatter shape), and agents/roster.md…

not rated 3 +1 1mo ago A 134 tokens original Apache-2.0

command-author

03

Enovatr-Labs/SpecRoute

Agent Claude Code

Use when drafting or reviewing slash commands under commands/. Owns vendor-specific command templates - command-template.claude.md (markdown body + frontmatter), command-template.gemini.toml (TOML command file with prompt + description). Documents Codex's "skill with user-invocable - true" approach. Ensures per-vendor…

not rated 3 +1 1mo ago A 123 tokens original Apache-2.0

Enovatr-Labs/SpecRoute

Agent Claude Code

Use when checking whether SpecRoute's claims about the outside world are still true - vendor config surfaces, hook event taxonomies, frontmatter contracts, version anchors, transition dates, and counts that must match disk. Owns the currency cycle, not the prose. Runs before releases, after any vendor ships a breaking…

not rated 3 +1 1mo ago A 120 tokens original Apache-2.0

Enovatr-Labs/SpecRoute

Agent Claude Code

Use when drafting or revising framework documentation under agentic-docs/. Owns philosophy.md, spec-driven-development.md, agentic-coding-model.md, automation-decision-framework.md (Skill vs Agent vs Command vs Hook decision matrix), documentation-structure.md, two-tier-docs-pattern.md, multi-vendor-context-files.md…

not rated 3 +1 1mo ago A 152 tokens original Apache-2.0

hooks-author

06

Enovatr-Labs/SpecRoute

Agent Claude Code

Use when drafting or reviewing hooks under hooks/. Owns the per-vendor starter templates and scripts, including Claude's 3-event starter and Kiro v1 JSON with 10 triggers. Documents each vendor's native taxonomy and blocking contract. Triggers - "draft the hooks.json template", "add a Kiro file-pattern hook", "what…

not rated 3 +1 1mo ago A 94 tokens original Apache-2.0

prd-author

07

Enovatr-Labs/SpecRoute

Agent Claude Code

Use when drafting, reviewing, or extending PRD content under prds/. Owns the full 23-section enterprise PRD template, the lightweight PRD template, the platform-SRS template, the PRD lifecycle directories (active/deprecated/archive), and example PRDs. Triggers - "draft a PRD template", "fill out prd-template.md"…

not rated 3 +1 1mo ago A 118 tokens original Apache-2.0

prompt-engineer

08

Enovatr-Labs/SpecRoute

Agent Claude Code

Use when drafting or reviewing prompts under prompts/. Owns the master/phase/task prompt template trio in prompts/shared/ (global-master-prompt-template.md, phase-master-prompt-template.md, task-prompt-template.md), per-vendor prompts in prompts/codex/ and prompts/claude/, and shared prompts (prd-to-spec…

not rated 3 +1 1mo ago A 155 tokens original Apache-2.0

runtime-architect

09

Enovatr-Labs/SpecRoute

Agent Claude CodeCodex

Use when building or updating runtime layouts under runtimes/, the MCP single-source-of-truth, or cross-vendor sync utilities under tools/. Owns the six copy-pasteable layouts at runtimes/.claude/, runtimes/.codex/, runtimes/.gemini/, runtimes/.kiro/, runtimes/.cursor/, and runtimes/.devin/, plus runtimes/mcp/…

not rated 3 +1 1mo ago A 154 tokens original Apache-2.0

Enovatr-Labs/SpecRoute

Agent Claude Code

Use proactively before any commit and whenever new content is added. Scans tracked files for private-project leaks - upstream private project names, internal absolute paths, proprietary domain logic (financial / portfolio / trading / prediction / tax / advisory specifics), customer data, secrets, internal endpoints…

not rated 3 +1 1mo ago A 125 tokens original Apache-2.0

skill-author

11

Enovatr-Labs/SpecRoute

Agent Claude Code

Use when designing or extending skills under skills/. Owns the folder-per-skill convention with SKILL.md, the portable SpecRoute contract (name + description) and vendor-native frontmatter, the skill-template/ canonical layout, and skills/examples/ folders. Ensures skills are interactive parameterized workflows with a…

not rated 3 +1 1mo ago A 114 tokens original Apache-2.0

spec-author

12

Enovatr-Labs/SpecRoute

Agent Claude Code

Use when drafting or reviewing spec content under specs/. Owns the spec triplet (requirements-template.md + design-template.md + tasks-template.md), the lightweight feature-spec-template.md, the technical-spec-template.md, and architecture-decision-record.md. Ensures requirement IDs are stable and tasks back-reference…

not rated 3 +1 1mo ago A 112 tokens original Apache-2.0

Enovatr-Labs/SpecRoute

Agent Claude Code

Use when reviewing templates for the "production-grade and immediately usable" criterion. Rejects abstract checklists, theory-only docs, and templates that don't produce valid artifacts when filled in. Verifies frontmatter contracts (skills, agents, commands), checks that examples exist alongside templates, ensures…

not rated 3 +1 1mo ago A 115 tokens original Apache-2.0

Enovatr-Labs/SpecRoute

Agent Claude Code

. Owns . Triggers - 'literal user utterance 1', 'literal user utterance 2', 'literal user utterance 3'." Trigger phrases drive auto-selection - without them the agent will not be invoked.>.

not rated 3 +1 1mo ago A 80 tokens original Apache-2.0

roster

15

Enovatr-Labs/SpecRoute

Agent Claude Code

Cross-vendor inventory of agents for a SpecRoute-driven project. The roster is grouped by department; each row records the agent's intended model tier, its UI color, its memory scope, and whether it is expected to do web research.

not rated 3 +1 1mo ago A 0 tokens original Apache-2.0

backend-engineer

16

Enovatr-Labs/SpecRoute

Agent Claude Code

General-purpose backend implementer for the user-search feature. Owns API handlers, request validation, RBAC scoping, query builders, cache logic, observability instrumentation, and rate limiting. Triggers - "implement task.

not rated 3 +1 1mo ago A 48 tokens original Apache-2.0

database-engineer

17

Enovatr-Labs/SpecRoute

Agent Claude Code

Database engineer for the user-search feature. Owns the index migration, query plan validation, and schema decisions. Triggers - "run task.

not rated 3 +1 1mo ago A 32 tokens original Apache-2.0

Enovatr-Labs/SpecRoute

Agent Claude Code

Deployment / SRE for the user-search feature. Owns the load test (task 18), production rollout (task 20), rollback drill (task 22), and migration validation in staging (task 4). Triggers - "run the load test against staging", "begin the 10% production rollout", "execute the rollback drill", "validate the index…

not rated 3 +1 1mo ago A 81 tokens original Apache-2.0

frontend-engineer

19

Enovatr-Labs/SpecRoute

Agent Claude Code

Frontend implementer for the user-search feature. Owns the SearchInput, FilterChips, ResultTable, CursorPagination components and the /users/search page composition. Triggers - "implement task.

not rated 3 +1 1mo ago A 43 tokens original Apache-2.0

Enovatr-Labs/SpecRoute

Agent Claude Code

Integration / E2E test author for the user-search feature. Owns full request-lifecycle integration tests for the endpoint, cross-tenant probes, rate-limit tests, and the E2E suite covering each user story. Triggers - "write integration tests for task.

not rated 3 +1 1mo ago A 58 tokens original Apache-2.0

security-auditor

21

Enovatr-Labs/SpecRoute

Agent Claude Code

Security reviewer for the user-search feature. Reviews tasks 6 (RBAC scoping), 8 (cursor encoding), 11 (audit log content), 12 (rate limiting). Owns the privacy review for query-string logging (task 3). Triggers - "review the RBAC boundary", "audit the cursor signing", "review the audit log shape", "validate the…

not rated 3 +1 1mo ago A 96 tokens original Apache-2.0

unit-test-writer

22

Enovatr-Labs/SpecRoute

Agent Claude Code

Unit test author for the user-search feature. Writes tests against requirement IDs back-referenced by tasks - validator rules, RBAC matrix, query-builder SQL shapes, cursor round-trips, cache hit/miss paths, observability metrics, frontend component behaviors. Triggers - "write unit tests for task.

not rated 3 +1 1mo ago A 65 tokens original Apache-2.0

spec-reviewer

23

Enovatr-Labs/SpecRoute

Agent Claude Code

Use when reviewing a PRD, requirements/design/tasks triplet, implementation plan, or agent prompt for completeness before code work starts. Owns requirement coverage, acceptance criteria quality, task back-references, and unresolved open questions. Triggers - "review this spec", "audit the requirements", "check this…

not rated 3 +1 1mo ago A 83 tokens original Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: