← All creators

Eliyce

Organization

Spec-driven development framework — AI agents that think before they type

49 indexed · 0 Featured · 4 stars · avg score 75
Prolific

Categories

Indexed Skills (49)

AI & Automation Listed

acceptance-criteria-gen

Generate acceptance criteria tied to observable outcomes.

4 Updated today
Eliyce
AI & Automation Listed

adversarial-review

Perform rigorous, risk-first review after design and implementation.

4 Updated today
Eliyce
AI & Automation Listed

api-doc-maintainer

Maintains per-module API documentation after endpoint changes

4 Updated today
Eliyce
AI & Automation Listed

context-budget-planner

Estimate the implementation phase's token footprint from spec, test plan, and affected files; recommend compaction before context starvation.

4 Updated today
Eliyce
AI & Automation Listed

cross-module-impact-scanner

Pre-implementation scan that classifies how a proposed change affects each consuming module's public surface and recommends coordinated changes.

4 Updated today
Eliyce
AI & Automation Listed

diff-minimizer

Classify each proposed implementation step against the acceptance criteria so scaffolding and over-build are dropped before code is written.

4 Updated today
Eliyce
AI & Automation Listed

documentation-sync-engine

Canonical orchestrator that runs the fast stale-doc detector and dispatches to per-domain doc-sync skills for the affected canonical paths.

4 Updated today
Eliyce
AI & Automation Listed

documentation-workflow

Run the post-onboarding documentation creation workflow using the canonical tracker and the current application manifests. Supports two stages — foundation (docs/instructions/** and module-map.yml) and module-docs (docs/modules/** from reviewed map).

4 Updated today
Eliyce
AI & Automation Listed

finding-normalizer

Convert heterogeneous security evidence into stable pentest finding entries.

4 Updated today
Eliyce
AI & Automation Listed

module-attribution-extractor

Run the deterministic module-attribution extractor over a user prompt and surface any MD-XXXX drafts via the Decision Pause Contract. This is the first half of the Attribution Gate spliced into feature-development.planning (issue

4 Updated today
Eliyce
AI & Automation Listed

module-attribution-inferencer

Form a hypothesis about which existing module a user prompt belongs to when the deterministic extractor returns nothing. Reads existing module-map.yml features and source paths, scores token overlap, returns a ranked multi-choice draft, and surfaces it via the Decision Pause Contract. Second half of the Attribution Gate (issue

4 Updated today
Eliyce
AI & Automation Listed

module-map-reconciler

Retrospective reconciler that scans the source tree against module-map.yml and docs/modules/, emits MM-* findings into .paqad/module-map/drift.json, and surfaces user-approvable deltas. Issue

4 Updated today
Eliyce
AI & Automation Listed

performance-regression-estimator

Identify performance hazards in a proposed solution or change set before code is written, classified by severity and hot-path placement.

4 Updated today
Eliyce
AI & Automation Listed

requirement-enrichment

Expand incomplete requests into enforceable requirements.

4 Updated today
Eliyce
AI & Automation Listed

rollback-safety-planner

For each story with hard reversibility or wide blast radius, draft an executable rollback procedure before the story leaves planning.

4 Updated today
Eliyce
AI & Automation Listed

rule-editor

Single entry point for mutating rules in rules-as-scripts (issue

4 Updated today
Eliyce
AI & Automation Listed

rule-script-generator

Generates one or more deterministic .mjs verification scripts (plus pass/fail fixtures) for each rule classified deterministic or heuristic with no existing enforcer in rule-script-map.yml (issue

4 Updated today
Eliyce
AI & Automation Listed

rule-script-reconciler

Retrospective drift detector for rules-as-scripts (issue

4 Updated today
Eliyce
AI & Automation Listed

rule-script-runner

Executes the registered rule scripts diff-scoped during feature-development.checks, aggregates findings into .paqad/scripts/rules/.cache/report.json with hash-cache invalidation, and decides whether the checks stage is blocked (issue

4 Updated today
Eliyce
AI & Automation Listed

spec-quality-review

Run deterministic spec defect analysis before compliance extraction.

4 Updated today
Eliyce
AI & Automation Listed

test-execution-feedback-loop

For each failing test in the verification evidence, propose the smallest fix anchored to file, line, and acceptance criterion.

4 Updated today
Eliyce
AI & Automation Listed

test-per-ac-planner

Map acceptance criteria to specific verification actions.

4 Updated today
Eliyce
Code & Development Listed

accessibility-review

Audit the running UI against WCAG 2.2 A/AA — contrast, focus visibility, keyboard order, ARIA, target size, prefers-reduced-motion. Findings tagged WCAG-2.2.x.x.x.

4 Updated today
Eliyce
Code & Development Listed

component-conformance-review

Verify every component in the AST-derived inventory matches its declared spec in components.md. Flag undocumented variants, !important, inline style=, and unwrapped primitives.

4 Updated today
Eliyce
Code & Development Listed

copy-and-ia-review

Audit voice, tone, labeling, and information architecture against patterns.md.

4 Updated today
Eliyce
Code & Development Listed

database-design-review

Review schema and migration changes for integrity and safety.

4 Updated today
Eliyce
AI & Automation Listed

design-system-coverage

Grade the project's design-system contract for completeness and produce a coverage inventory every downstream design-test skill references. Analog of stride-threat-model.

4 Updated today
Eliyce
AI & Automation Listed

design-system-sync

Sync docs/instructions/design-system/* when a token, component, or breakpoint is added to source. Mirror of canonical-doc-sync.

4 Updated today
Eliyce
Code & Development Listed

motion-review

Verify animations match motion.md budgets and prefers-reduced-motion is respected.

4 Updated today
Eliyce
Code & Development Listed

responsive-review

Verify declared breakpoints are exercised, no horizontal scroll appears, touch targets meet spec, and RTL parity holds when declared.

4 Updated today
Eliyce
AI & Automation Listed

state-coverage-review

Verify every component in the AST inventory implements its declared states (default/hover/focus/disabled/loading/error/empty) and is exercised by Playwright tests.

4 Updated today
Eliyce
AI & Automation Listed

error-catalog-maintainer

Maintains per-module error catalogs

4 Updated today
Eliyce
AI & Automation Listed

integration-doc-maintainer

Maintains cross-module integration documentation

4 Updated today
Eliyce
AI & Automation Listed

module-health-rollup

Test-driven module-health rollup. Issue

4 Updated today
Eliyce
AI & Automation Listed

rule-analyzer

One-shot classifier for rules-as-scripts (issue

4 Updated today
Eliyce
AI & Automation Listed

canonical-doc-sync

Synchronize implementation changes back into canonical documentation.

4 Updated today
Eliyce
Code & Development Listed

diff-doc-sync

Identify only the canonical docs made stale by the current diff.

4 Updated today
Eliyce
AI & Automation Listed

edge-case-detection

Identify failure modes and uncommon but relevant paths.

4 Updated today
Eliyce
AI & Automation Listed

existing-doc-checker

Inspect canonical docs and registries before new artifacts are written.

4 Updated today
Eliyce
AI & Automation Listed

glossary-maintainer

Maintain shared business terminology in the glossary.

4 Updated today
Eliyce
AI & Automation Listed

request-classifier

Classify incoming requests into the framework routing model.

4 Updated today
Eliyce
AI & Automation Listed

scope-check

Validate that requested work stays inside the active spec boundary.

4 Updated today
Eliyce
AI & Automation Listed

session-resume

Reconstruct compact session context from canonical handoff artifacts.

4 Updated today
Eliyce
AI & Automation Listed

spec-diff

Compare a new request against the current spec to classify coverage or conflict.

4 Updated today
Eliyce
AI & Automation Listed

story-and-solution-writer

Turn scoped work into story and solution artifacts.

4 Updated today
Eliyce
AI & Automation Listed

workflow-router

Match raw prompts to canonical framework workflows before any pipeline phases begin.

4 Updated today
Eliyce
AI & Automation Listed

query-pattern-analysis

Analyze query behavior for correctness and performance risk.

4 Updated today
Eliyce
AI & Automation Listed

root-cause-analysis

Generate a canonical RCA artifact for an incident or failure.

4 Updated today
Eliyce
AI & Automation Listed

sequence-planner

Break work into ordered, coherent stories.

4 Updated today
Eliyce

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.