skills/sdd-status/SKILL.md
Shows the status of all active SDD changes and orchestrator state. Uses engram for persistence. Trigger: /sdd-status, show active changes, what changes are in progress, SDD status, orchestrator status.
npx skillsauth add fearovex/claude-config sdd-statusInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Shows the status of all active SDD changes and orchestrator configuration.
Triggers: /sdd-status, SDD status, active changes, show open changes, what changes are in progress, orchestrator status
Follow skills/_shared/persistence-contract.md Mode Detection for Standalone Skills:
engram, else noneengram mode: Search engram for active SDD state artifacts:
mem_search(query: "sdd/", project: "{project}") → list all SDD-related observations
Filter for artifacts that do NOT have an archive-report topic_key (those are completed).
none mode: Report "No persistence configured — cannot show change status."
Stop here if no changes found.
For each active change found in engram, check which artifact types exist:
explore → marks explore phase doneproposal → marks propose phase donespec → marks spec phase donedesign → marks design phase donetasks → marks tasks phase doneverify-report → marks verify phase doneInfer phase label for each change:
| Condition | Phase Label | | --------------------------------------------------------- | ----------------------------------- | | No artifacts at all | not started | | only explore (no proposal) | explore only — awaiting proposal | | proposal present, spec and design absent | propose done — awaiting spec/design | | proposal + spec + design present, tasks absent | spec+design done — awaiting tasks | | tasks present, verify-report absent | tasks done — ready for apply/verify | | verify-report present | verify done — ready to archive |
Group changes by action bucket:
READY TO ARCHIVE : verify-report present
AWAITING SPEC/DESIGN: proposal present, tasks absent, (spec or design absent)
AWAITING APPLY : tasks present, verify-report absent
EXPLORE ONLY : only explore, no proposal
Output format (grouped, no redundancy):
Active SDD Changes
-- Ready to Archive --
[change-name] explore ok proposal ok spec ok design ok tasks ok verify ok
-- Awaiting Apply/Verify --
[change-name] explore ok proposal ok spec ok design ok tasks ok verify -
-- Awaiting Spec/Design --
[change-name] explore - proposal ok spec - design - tasks - verify -
-- Explore Only (no proposal yet) --
[change-name] explore ok proposal -
Next actions:
- [N] ready to archive → /sdd-archive <name>
- [N] awaiting spec/design → /sdd-spec <name> + /sdd-design <name>
Rules for this format:
ok for present, - for absentRead the project's CLAUDE.md and report:
## Skills section)Include this as a header section BEFORE the active changes output:
Orchestrator
Mode: [engram|none]
Skills: [N] registered
Config: [path to CLAUDE.md]
/sdd-explore <topic> or /sdd-propose <change-name>business
Turns an already-investigated customer issue into a short, non-technical engineering-to-CS brief: one natural message that leads with the finding (root cause, real scope, open question), ready to paste into Slack for the support team. Trigger: /support-brief, support brief, brief for support, resumen soporte.
development
Parks the current Claude Code session before going to sleep. Analyzes the conversation, writes a handoff document to docs/handoffs/ in the current project, mirrors the same summary to engram tagged with the session ID, and prints the exact `claude --resume <id>` command for tomorrow. Zero interaction — runs end-to-end on a single invocation. Trigger: /night-park, night park, park session, me voy a dormir, guardar sesion.
testing
Interactive creator for a project feature: scaffolds the domain knowledge markdown at ai-context/features/<slug>.md AND the antenna skill at .claude/skills/<slug>/SKILL.md, both from the canonical templates. Also registers the antenna in the project's CLAUDE.md. Trigger: /feature-define <name>, define feature, documentar funcionalidad, nueva feature.
data-ai
Generates a short, non-technical, informal English summary of an already-investigated customer issue, ready to paste into Slack/email for support, CX, or ops teammates. Trigger: /customer-summary, customer summary, resumir customer issue, slack summary.