Enovatr-Labs

46 mods across 1 repository, 2 stars between them.

add-vendor

01

Enovatr-Labs/SpecRoute

Skill Claude CodeCodex

Interactive workflow for adding a new agent CLI vendor to the SpecRoute supported matrix. Walks through scaffolding the runtime layout, adding the vendor's row to the matrix table, creating the per-vendor rule file, wiring MCP rendering (if applicable), and updating cross-vendor sync. Use when proposing or…

2 1mo ago A 73 tokens original Apache-2.0

all-hands

02

Enovatr-Labs/SpecRoute

Skill Claude CodeCodex

Convene the relevant SpecRoute implementation agents to plan, collaborate, implement, and review a piece of work end-to-end. Engages only the specialists the work actually touches, runs autonomously through planning into implementation and review, and accepts free-text work or a path to a PRD / spec / issue file.…

2 1mo ago A 106 tokens original Apache-2.0

doc-currency-check

03

Enovatr-Labs/SpecRoute

Skill Claude CodeCodex

Audit SpecRoute's documentation for staleness against reality - vendor facts, version anchors, dates written in the wrong tense, counts that no longer match disk, and claims mirrored inconsistently across the four vendor-matrix copies. Use before a release, after any vendor ships a breaking change, or on a scheduled…

2 1mo ago A 106 tokens original Apache-2.0

example-walkthrough

04

Enovatr-Labs/SpecRoute

Skill Claude CodeCodex

Guided end-to-end build of the canonical worked example under examples/sample-project/. Walks through each artifact in spec-driven order (PRD → requirements → design → tasks → agent roster → phased prompts → implementation plan), invoking the right specialist agent for each. Use when bootstrapping the worked example…

2 1mo ago A 75 tokens original Apache-2.0

frontmatter-lint

05

Enovatr-Labs/SpecRoute

Skill Claude CodeCodex

Validates YAML frontmatter across SpecRoute artifacts (agents, skills, commands) against the per-artifact contract. Reports missing required fields, malformed YAML, and drift between similar artifacts. Use proactively before commits, when reviewing PRs, or when an agent/skill/command isn't loading correctly.

2 1mo ago A 64 tokens original Apache-2.0

scaffold-artifact

06

Enovatr-Labs/SpecRoute

Skill Claude CodeCodex

Interactive scaffolding for any SpecRoute artifact (PRD, spec, agent, skill, command, hook, prompt, runtime layout). Asks for artifact type and vendor (where applicable), copies the canonical template, generates the directory structure, and pre-fills the frontmatter. Use when starting a new artifact under prds/…

2 1mo ago A 87 tokens original Apache-2.0

README

07

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.

2 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…

2 1mo ago A 134 tokens original Apache-2.0

command-author

09

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…

2 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…

2 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…

2 1mo ago A 152 tokens original Apache-2.0

hooks-author

12

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…

2 1mo ago A 94 tokens original Apache-2.0

prd-author

13

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"…

2 1mo ago A 118 tokens original Apache-2.0

prompt-engineer

14

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…

2 1mo ago A 155 tokens original Apache-2.0

runtime-architect

15

Enovatr-Labs/SpecRoute

Agent Claude Code

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/…

2 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…

2 1mo ago A 125 tokens original Apache-2.0

skill-author

17

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…

2 1mo ago A 114 tokens original Apache-2.0

spec-author

18

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…

2 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…

2 1mo ago A 115 tokens original Apache-2.0

audit

20

Enovatr-Labs/SpecRoute

Command Claude Code

Comprehensive pre-commit audit - sanitization, frontmatter validity, vendor matrix consistency, broken links, TODO health.

2 1mo ago B 24 tokens original Apache-2.0

parity

21

Enovatr-Labs/SpecRoute

Command Claude Code

Cross-vendor parity check - body-aware skill sync status across all runtime layouts, plus MCP single-source coverage. Reports drift; read-only.

2 1mo ago C 28 tokens original Apache-2.0

sanitize

22

Enovatr-Labs/SpecRoute

Command Claude Code

Scan working, staged, and historical publication content for private-project identifiers, paths, secrets, and private-source overlap.

2 1mo ago A 23 tokens original Apache-2.0

status

23

Enovatr-Labs/SpecRoute

Command Claude Code

Report the current state of the SpecRoute skeleton - which top-level dirs exist, which artifacts have been drafted, what's outstanding.

2 1mo ago A 25 tokens original Apache-2.0

SessionStart

24

Enovatr-Labs/SpecRoute

Hook Claude Code

Runs when a session starts, executing session-start-status.sh via bash. From Enovatr-Labs/SpecRoute.

2 1mo ago A tokens not measured original Apache-2.0