Skip to main content

artifact author / sus-spec

sus-spec

Turn decided intent into a verifiable spec.

  1. Load
  2. Apply
  3. Record

artifact author

Why this exists

Use it when non-trivial work needs a contract before implementation.

returns

Intent, scoped AC ids, and one Verify with: line per requirement.

boundary

Unresolved choices keep the spec draft and block dependent work.

common misuse

Writing unresolved choices as settled requirements.

spec.md

type: spec / ready

record
### AC-001 — Expired sessions redirect
The client redirects to /login.
Verify with: npm test -- expired-session

working shape

Use the smallest record that carries the work.

creates a Suspec artifact

skills add

Load it when the task fits.

pwrcheckevidence

# install one skill globally

$ npx skills add jcosta33/suspec-skills --skill sus-spec -g