Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt

Use this file to discover all available pages before exploring further.

One-page map of Cursor spec commands (.cursor/commands/specs/). Full narrative: SPEC_WORKFLOW.md. Navigate without memorizing: whats-next --spec {CORE-##}.

Tier 1 — Core workflow (use every feature)

I want to…RunNotes
Check prior art before creating specsnpm run spec -- precedent --core {core} --topic "{feature}"Searches active + archived specs, registry, deferred dashboard
Start a new speccreate-spec --core {core} --name {slug}Output: specs/{core}/specs/{CORE}-##-{slug}.md
Fix placeholders / ambiguitiesclarify-spec --spec {CORE-##}Before planning if TODOs remain
Structure + constitution + optional planvalidate-spec --file specs/{core}/specs/{CORE}-##-….md --auto-fix --auto-planRun before spec-reviewer
Know the single next stepwhats-next --spec {CORE-##}Uses artifacts + session state
Break work into tasksgenerate-tasks --spec {CORE-##}After review; reads *-CONTEXT.md if present
Finish the featurespec-complete --spec {CORE-##}Registry, logs, deferred checks — see command doc

Tier 2 — Quality gates (use when workflow or risk demands)

I want to…RunNotes
Deep implementability + overlapspec-reviewer agent or spec-reviewRequired before tasks for regulated cores (CL, PM, HR, RH, GR, FA, IT, CE)
UX/spec UI checklist onlyreview-ux --spec {CORE-##} or spec-reviewer UX focusOptional; see review-ux command
Heuristic overlap scan (tables/paths)spec-landscape --spec {CORE-##}Read-only; before or with review
Lock UI/API choices before tasksdiscuss-implementation --spec {CORE-##}Writes specs/{core}/specs/{CORE}-##-CONTEXT.md
Validate / create planvalidate-plan --spec {CORE-##} / create-plan --spec {CORE-##}When plan exists or score ≥ 4
Full canonical one-shot pipeline (resolve/create → validate → clarify → review → tasks)spec-pipeline {CORE-##} or spec-pipeline --spec {CORE-##} (or --create --core {core} --name {slug})Bare IDs normalize, e.g. /spec-pipeline hr-42--spec HR-42; includes optional UX and implementation discussion steps
One-shot validate + plan (+ optional tasks)prepare-spec --spec {CORE-##}Does not replace clarify-spec or spec-reviewer
Verify a taskverify-task --spec {CORE-##} T{N}After implementation

Tier 3 — Specialized (domain or artifact type)

I want to…RunNotes
Wizard UX speccreate-wizard-spec / create-spec --type wizardUnder specs/{core}/ux/
Full wizard pipeline (create → validate → review → tasks)wizard-spec-pipeline --spec {CORE-UX-##}End-to-end autonomous; see command doc
Validate wizard specvalidate-spec --file … --type wizardNot validate-wizard-spec
Score specs for wizard candidacyrecommend-wizardsPrioritization
Audit wizard specs vs templateaudit-wizard-specsQuality band
Deferred enhancementsspec deferred --list / --sync / --promotespecs/DEFERRED_DASHBOARD.md
Promote deferred phasecreate-expansionExpansion markdown
CL/PM research bundleresearch-ehr-pm-requirements, plan-ehr-pm-moduleEHR/PM planning
Module strategydeep-module-review --core {core}Quarterly / pre-kickoff
Cross-module spec recommendationsrecommend-module-specs --core {core} --cross-module all [--research]Full module review + peer-core comparative scan + external research → new + enhanced spec recommendations
Integration gap reportresearch-module-integration-gaps --core {core}Events/APIs vs code
Tests from specgenerate-test-suiteScaffolds per command doc
UAT casesgenerate-uat-test-casesUser-story based
Archive completed spec fileseos-spec archiveMoves spec/plan/tasks to specs/{core}/archive/; --status complete also matches Implemented

Tier 4 — Operational / inventory

I want to…RunNotes
List specslist-specs --core {core}Optional --json
Include archived specs in CLI list/statusnpm run spec -- list --core {core} --include-archived / npm run spec -- status --core {core} --include-archivedAdds 🗄️ rows from specs/{core}/archive/
Read-only statusspec-status --spec {CORE-##}No writes
Backfill canonical issue linebackfill-core-canonical-issues --core {core}Spec file metadata
Issue / project syncreview-module-issue-syncSee command + SPEC_TRACKING_TRIAGE.md

Deprecated / do not use

  • promote-deferred, sync-deferred-summary — legacy aliases removed; use spec deferred
  • audit-spec-completion — legacy alias removed; use spec-complete (see SPEC_COMPLETION_TRACKING.md)

Last Updated: 2026-05-09