Eliyce
OrganizationSpec-driven development framework — AI agents that think before they type
Categories
Indexed Skills (34)
acceptance-criteria-gen
Generate acceptance criteria tied to observable outcomes.
adversarial-review
Perform rigorous, risk-first review after design and implementation.
analytics-instrumentation
When the `analytics_instrumentation` flag is on and the classify-time gate resolved to `instrument`, this skill wires a feature's analytics the tracking-plan-as-code way (issue
api-doc-maintainer
Maintains per-module API documentation after endpoint changes
context-budget-planner
Estimate the implementation phase's token footprint from spec, test plan, and affected files; recommend compaction before context starvation.
cross-module-impact-scanner
Pre-implementation scan that classifies how a proposed change affects each consuming module's public surface and recommends coordinated changes.
decision
Authors the small, human-facing Decision Pause packet described by the Decision Pause Contract (in the framework bootstrap AGENT-BOOTSTRAP.md) without the agent hand-authoring the id, timestamps, or JSON. `create` mints a collision-free `D-<ULID>` id and writes the pending packet; `resolve` records the chosen option and rationale and moves it to resolved. A hand-picked sequential `D-{N}` is rejected, so two developers on parallel branches never collide (issue
diff-minimizer
Classify each proposed implementation step against the acceptance criteria so scaffolding and over-build are dropped before code is written.
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.
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).
finding-normalizer
Convert heterogeneous security evidence into stable pentest finding entries.
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
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
module-health-update
Whole-project module-health refresh. The agent-facing "update module health" workflow. Runs the test-driven rollup (coverage / tests / change_velocity from the active stack pack's declared reports) and then the session-evidence sync (defect frequency / contract stability / verification status) across every declared module in one pass, writing the extended .paqad/module-health/<slug>.json records. Wraps the existing `paqad-ai module-health rollup` and `paqad-ai module-health sync` verbs — it introduces no new command. Use this to bring every module's health off its onboarding stub, or to recompute it on demand. The lower-level rollup-only path lives in the module-health-rollup skill.
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
performance-regression-estimator
Identify performance hazards in a proposed solution or change set before code is written, classified by severity and hot-path placement.
requirement-enrichment
Expand incomplete requests into enforceable requirements.
rollback-safety-planner
For each story with hard reversibility or wide blast radius, draft an executable rollback procedure before the story leaves planning.
rule-editor
Single entry point for mutating rules in rules-as-scripts (issue
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
rule-script-reconciler
Retrospective drift detector for rules-as-scripts (issue
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
error-catalog-maintainer
Maintains per-module error catalogs
integration-doc-maintainer
Maintains cross-module integration documentation
module-health-rollup
Test-driven module-health rollup. Issue
rule-analyzer
One-shot classifier for rules-as-scripts (issue
canonical-doc-sync
Synchronize implementation changes back into canonical documentation.
diff-doc-sync
Identify only the canonical docs made stale by the current diff.
edge-case-detection
Identify failure modes and uncommon but relevant paths.
existing-doc-checker
Inspect canonical docs and registries before new artifacts are written.
glossary-maintainer
Maintain shared business terminology in the glossary.
request-classifier
Classify incoming requests into the framework routing model.
scope-check
Validate that requested work stays inside the active spec boundary.
sequence-planner
Break work into ordered, coherent stories.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.