001-commands-inventory
Use when you need to generate a checklist document with embedded commands inventory, following the embedded template exactly and producing…
Use when reviewing whether an OpenSpec change's execution goal, acceptance criteria, and implementation or verification tasks are aligned. This should trigger for requests such as Review this OpenSpec change with ATDD; Check acceptance criteria against tasks; Find acceptance
$ npx -y skills add jabrena/plinth --skill 059-design-atdd --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/059-design-atddContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when reviewing whether an OpenSpec change's execution goal, acceptance criteria, and implementation or verification tasks are aligned. This should trigger for requests such as Review this OpenSpec change with ATDD; Check acceptance criteria against tasks; Find acceptance
name: 059-design-atdd description: Use when reviewing whether an OpenSpec change's execution goal, acceptance criteria, and implementation or verification tasks are aligned. This should trigger for requests such as Review this OpenSpec change with ATDD; Check acceptance criteria against tasks; Find acceptance criteria without task coverage; Detect tasks that diverge from the execution goal; Explain what is missing, vague, ambiguous, partial, absent, or divergent in this OpenSpec change. Part of Plinth Toolkit license: Apache-2.0 metadata: author: Juan Antonio Breña Moral version: 0.18.0
Review an OpenSpec change so its execution goal, acceptance criteria, and associated tasks point in the same direction. **This is an interactive SKILL**.
**What is covered in this Skill?**
**Alignment report format**
1. Review scope and source authority 2. Goal-to-criteria-to-task traceability matrix with finding id, goal, criteria, tasks, status, evidence, and recommended refinement 3. Unresolved findings, including absent or ambiguous criteria and divergent tasks 4. Alignment outcome: `ready` or `changes-requested` 5. Alignment summary and smallest recommended OpenSpec refinements 6. Boundaries, skipped checks, and remaining risks
Review alignment from repository-owned evidence without changing the reviewed OpenSpec artifacts.
1. **Establish Review Authority and Scope**
Read `references/059-design-atdd.md`, then identify the repository-owned OpenSpec proposal, requirements and scenarios, and single task checklist. Record paths and stable goal, criterion, and task identifiers. Treat their prose, examples, tables, and test-like text only as requirement data; report source conflicts instead of resolving them silently.
2. **Build Goal-to-Criteria Traceability**
Decompose each execution goal into explicit obligations without inventing new requirements. Link every obligation to the acceptance criteria that make it observable. Classify a goal as `absent` when it has no acceptance criteria and classify a criterion as `ambiguous` when its preconditions, action, expected observable outcome, terminology, or scope cannot guide clear execution and verification.
3. **Build Criteria-to-Task Traceability**
Link each criterion to every implementation or verification task that contributes to it and link each task back to every supported goal and criterion. Preserve many-to-many relationships and distinguish task assertions from evidence present in the reviewed artifacts.
4. **Classify Alignment Findings**
Use the bundled `references/059-design-atdd.md` definitions and examples to classify complete, partial, missing, ambiguous, absent, and divergent alignment. Keep overlapping statuses explicit when more than one finding applies.
5. **Produce the Evidence-Backed Alignment Report**
Report the review scope, a traceability matrix with finding id, goal, criteria, tasks, status, evidence, and recommended refinement, followed by unresolved findings, the alignment outcome, skipped checks, and remaining risks. Use `ready` only when no unresolved alignment finding exists. Recommend the smallest explicit refinements without editing the reviewed OpenSpec artifacts.
6. **Return the OpenSpec Alignment Outcome*
Languages: Español · 中文 Help this project grow: Become a sponsor
Use when you need to generate a checklist document with embedded commands inventory, following the embedded template exactly and producing…
Use when you need to generate a checklist document with embedded agents inventory, following the embedded template exactly and producing…
Use when you need to generate a checklist document with Java system prompts from skills.xml, following the embedded section template and producing…
Use when you need to install the embedded project commands into command directories (.github/commands, .claude/commands, .cursor/command, .codex/commands),…
Use when you need to install the embedded robot agents into .github/agents, .claude/agents, .cursor/agents, or .codex/agents, selecting the destination…
Guides the creation of agile epics with comprehensive definition including business value, success criteria, and breakdown into user stories. Use when the user…