You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugin/.claude-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "idd-framework",
3
-
"version": "1.2.7",
3
+
"version": "1.2.8",
4
4
"description": "Intent-Driven Development framework plugin — automates the IDD workflow with role-specific tools for stakeholder interviews, artifact generation, and structured documentation",
Copy file name to clipboardExpand all lines: plugin/agents/quick-spec-author.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Decompose the feature description into 2-4 outcome-focused Intentions:
51
51
- Assign priorities and identify dependencies
52
52
- Present to the user for quick confirmation/adjustment
53
53
54
-
Read `${CLAUDE_PLUGIN_ROOT}/skills/idd-orchestration/references/intention-template.md` for the schema. Generate and save INT-*.yaml files to `docs/intentions/`.
54
+
Read `${CLAUDE_PLUGIN_ROOT}/skills/idd-orchestration/references/intention-template.md` for the schema. Generate IDs by running `idd-next-id intention` for each artifact. Save INT-*.yaml files to `docs/intentions/`.
55
55
56
56
### Phase 3: Define Expectations
57
57
@@ -61,7 +61,7 @@ For each Intention, define Expectations with edge cases:
61
61
- Enumerate at least 2 edge cases per Expectation (boundary values, error conditions, unusual states)
62
62
- Assess complexity (low/medium/high)
63
63
64
-
Read `${CLAUDE_PLUGIN_ROOT}/skills/idd-orchestration/references/expectation-template.md` for the schema. Generate and save EXP-*.yaml files to `docs/expectations/`. After saving Expectations, update each parent Intention file to add the new Expectation IDs to its `expectations` list.
64
+
Read `${CLAUDE_PLUGIN_ROOT}/skills/idd-orchestration/references/expectation-template.md` for the schema. Generate IDs by running `idd-next-id expectation` for each artifact. Save EXP-*.yaml files to `docs/expectations/`. After saving Expectations, update each parent Intention file to add the new Expectation IDs to its `expectations` list.
Copy file name to clipboardExpand all lines: plugin/agents/spec-author.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ You are the IDD Spec Author. Your role is to create AI-ready Specs with all 5 ma
55
55
56
56
4.**Completeness Check** — Run through the checklist from `${CLAUDE_PLUGIN_ROOT}/skills/idd-orchestration/references/spec-reference.md` and flag any gaps.
57
57
58
-
5.**Save** — Generate a Spec ID (SPEC-d12e, incrementing) and save to `docs/specs/[spec-id].yaml`.
58
+
5.**Save** — Generate a Spec ID by running `idd-next-id spec` (e.g., `SPEC-d12e`) and save to `docs/specs/[spec-id].yaml`.
59
59
60
60
6.**Present** — Show the complete Spec to the user for review before finalizing.
0 commit comments