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
chore(framework): bump aidd-pm to 1.0.0 and apply audit fixes
Version: aidd-pm goes from 1.0.0-rc.1 to 1.0.0 (manifest, marketplace.json, plugin.json, README status).
Audit fixes (cross-plugin):
- aidd-context: project-init description in plugin README aligned with skill README (rule dirs are created lazily by 03-context-generate).
- aidd-dev: 02-implement README clarifies branching is the caller's responsibility (matches 00-sdlc policy).
- aidd-orchestrator/02-run-async-dev: rewrote action 05/06 descriptions and Outputs section to match SKILL.md contract (skill emits run-result.json, post-job owns audit, Check Run, label transition; no orchestrator vocabulary in delegation prompt).
- aidd-orchestrator/03-review-async-dev: action names aligned with files and SKILL.md (fix-iteration, finalize).
- aidd-orchestrator/01-setup-async-dev: drop "asks ~6 questions" tilde filler.
- aidd-refine/04-shadow-areas: drop dead reference to evals/validate-report.mjs.
- Plugin READMEs (context, dev, orchestrator, refine, vcs): strip "(or the first listed skill if no onboard exists)" filler.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: plugins/aidd-context/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Knowledge production plugin for the AI-Driven Development framework.
6
6
7
7
> Status: stable.
8
8
9
-
First time? Install with `/plugin install aidd-context@aidd-framework`, then run `aidd-context:00:onboard` (or the first listed skill if no onboard exists).
9
+
First time? Install with `/plugin install aidd-context@aidd-framework`, then run `aidd-context:00:onboard`.
10
10
11
11
Covers project bootstrap, project initialisation, context generation, Mermaid diagrams, learning, discovery, and a state-aware onboarding loop.
|[1.0]|[onboard](skills/00-onboard/README.md)| Detect the project's aidd-context state and guide the user to ONE next aidd-context action through a state -> recommend -> execute loop. |
18
18
|[1.1]|[bootstrap](skills/01-bootstrap/README.md)| Imagine and validate the technical architecture of a new SaaS through interactive Q&A, candidate-stack comparison, multi-agent audit, and an INSTALL.md output. |
19
-
|[1.2]|[project-init](skills/02-project-init/README.md)| Initialize project memory bank and scaffold the rules directory structure. |
19
+
|[1.2]|[project-init](skills/02-project-init/README.md)| Initialize the project memory bank (rule directories are created lazily by `03-context-generate`).|
20
20
|[1.3]|[context-generate](skills/03-context-generate/README.md)| Generate Claude Code context artifacts - router-based skills, agents, and rules. |
21
21
|[1.4]|[mermaid](skills/04-mermaid/README.md)| Generate high-quality Mermaid diagrams from markdown content using a structured plan-validate workflow. |
22
22
|[1.5]|[learn](skills/05-learn/README.md)| Capture and store learnings from recently implemented features into memory bank, decisions, or coding rules. |
Copy file name to clipboardExpand all lines: plugins/aidd-dev/README.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
@@ -6,7 +6,7 @@ Code transformation plugin for the AI-Driven Development framework.
6
6
7
7
> Status: stable.
8
8
9
-
First time? Install with `/plugin install aidd-dev@aidd-framework`, then run `aidd-dev:00:sdlc` (or the first listed skill if no onboard exists).
9
+
First time? Install with `/plugin install aidd-dev@aidd-framework`, then run `aidd-dev:00:sdlc`.
10
10
11
11
Covers the full SDLC coding loop: orchestrator, planning, assertions, audits, code review, testing, refactoring, debugging, and the for-sure workflow. Also hosts AI agents.
Copy file name to clipboardExpand all lines: plugins/aidd-orchestrator/README.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
@@ -6,7 +6,7 @@ Orchestration plugin for the AI-Driven Development framework.
6
6
7
7
> Status: stable for use case `async-dev`; other use cases on the roadmap are experimental.
8
8
9
-
First time? Install with `/plugin install aidd-orchestrator@aidd-framework`, then run `aidd-orchestrator:01:setup-async-dev` (or the first listed skill if no onboard exists).
9
+
First time? Install with `/plugin install aidd-orchestrator@aidd-framework`, then run `aidd-orchestrator:01:setup-async-dev`.
10
10
11
11
Composes capabilities into deterministic, auditable flows. Each skill is one orchestration brick; several use cases coexist inside the same plugin.
0 commit comments