Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"name": "aidd-context",
"version": "1.0.0",
"source": "./plugins/aidd-context",
"description": "Knowledge production: project bootstrap, project init, generation of Claude Code context artifacts (skills, agents, rules, commands, hooks, plugins, marketplaces), mermaid diagrams, learn, discovery",
"description": "Knowledge production: project bootstrap, project init, generation of context artifacts (skills, agents, rules, commands, hooks), mermaid diagrams, learn, discovery",
"strict": true,
"recommended": true
},
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
### A community-maintained marketplace of skills, agents, and rules for Claude Code.

<p>
<!--counts:start--><kbd>6 plugins</kbd> · <kbd>32 skills</kbd> · <kbd>3 agents</kbd><!--counts:end--> · <kbd>MIT</kbd>
<!--counts:start--><kbd>6 plugins</kbd> · <kbd>37 skills</kbd> · <kbd>3 agents</kbd><!--counts:end--> · <kbd>MIT</kbd>
</p>

<p>
Expand Down Expand Up @@ -85,7 +85,7 @@ flowchart TD
Review["aidd-dev:05-review"]
Commit["aidd-vcs:01-commit"]
PR["aidd-vcs:02-pull-request"]
Learn["aidd-context:05-learn"]
Learn["aidd-context:10-learn"]

Install --> Setup
Setup -->|guided| Onboard
Expand Down Expand Up @@ -137,9 +137,9 @@ that tool's model via the **LLM tier reference** below.

### 🧭 [aidd-context](plugins/aidd-context/README.md)

`7 skills` · stable
`12 skills` · stable

Project init, architecture, generation of Claude Code context artifacts (skills, agents, rules, commands, hooks, plugins, marketplaces), diagrams, learning, discovery.
Project init, architecture, generation of Claude Code context artifacts (skills, agents, rules, commands, hooks), diagrams, learning, discovery.

</td>
<td width="33%" valign="top">
Expand Down
8 changes: 4 additions & 4 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ Invocation in v4 is `plugin:NN-action`. Where a column says "sub-flow", the old
| `/generate_command` | `aidd-context:03-context-generate` (command sub-flow) |
| `/generate_rules` | `aidd-context:03-context-generate` (rules sub-flow) |
| `/generate_skill` | `aidd-context:03-context-generate` (skill sub-flow) - or the built-in `skill-creator` |
| `/learn` | `aidd-context:05-learn` |
| `/mermaid` | `aidd-context:04-mermaid` |
| `/learn` | `aidd-context:10-learn` |
| `/mermaid` | `aidd-context:09-mermaid` |

### product and refinement

Expand Down Expand Up @@ -151,7 +151,7 @@ Invocation in v4 is `plugin:NN-action`. Where a column says "sub-flow", the old

| v4 skill | What it does | Added in |
|---|---|---|
| `aidd-context:06-discovery` | Enumerates installed skills, agents, rules, hooks, memory and recommends a match. | 4.0 |
| `aidd-context:11-discovery` | Enumerates installed skills, agents, rules, hooks, memory and recommends a match. | 4.0 |
| `aidd-dev:00-sdlc` | Orchestrates the full plan to ship loop (auto or interactive). | 4.0 |
| `aidd-dev:09-for-sure` | Loops and retries a task until an explicit success condition is met. | 4.0 |
| `aidd-orchestrator:00-async-dev` | Async, label/comment-driven runs from GitHub issues (setup / run / review). | 4.0 |
Expand All @@ -171,7 +171,7 @@ Invocation in v4 is `plugin:NN-action`. Where a column says "sub-flow", the old
4. **Re-wire the project.** Run `aidd-context:02-project-init` to set up the new layout in `.claude/` and ensure the project memory block is present in your AI context files. Run `aidd-context:00-onboard` if you want a guided walkthrough of what to do next.
5. **Translate each custom command into a skill.** Use the built-in `skill-creator` (or `aidd-context:03-context-generate`), put the result in your own local plugin, and load it through `.claude/settings.json`.
6. **Update CI and scripts.** Anywhere CI called `/some_command`, switch to the new skill (auto-trigger by intent, or name `plugin:NN-action`). For `aidd-orchestrator`, see section 7.
7. **Verify.** Run `aidd-context:06-discovery` to confirm the installed skills, agents, rules and hooks match what you expect.
7. **Verify.** Run `aidd-context:11-discovery` to confirm the installed skills, agents, rules and hooks match what you expect.

---

Expand Down
2 changes: 1 addition & 1 deletion aidd_docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Use the generator skills to scaffold new content that follows the framework stru
| Skill | Creates |
| ---------------------------------- | -------------------- |
| `aidd-context:03-context-generate` | New skill, agent, or rule (router-based, with actions) |
| `aidd-context:05-learn` | New memory or rule capturing a learning |
| `aidd-context:10-learn` | New memory or rule capturing a learning |

Generator skills consume the templates inside their `assets/` folder and write the output to the correct location for your AI tool (Claude Code, Cursor, Copilot, Codex, OpenCode).

Expand Down
10 changes: 5 additions & 5 deletions aidd_docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Skills are grouped into plugins by domain. Install only the plugins you need.

| Plugin | Purpose | Example skills |
| ----------------- | ---------------------------------------------------------------------------------- | ----------------------------------------------------------- |
| aidd-context | Bootstrap, project init, generation of context artifacts (skills, agents, rules, commands, hooks, plugins, marketplaces), mermaid diagrams, learn, discovery | `02-project-init`, `03-context-generate`, `04-mermaid` |
| aidd-context | Bootstrap, project init, generation of context artifacts (skills, agents, rules, commands, hooks, plugins, marketplaces), mermaid diagrams, learn, discovery | `02-project-init`, `03-context-generate`, `09-mermaid` |
| aidd-refine | Meta-cognition: brainstorm, challenge prior work, condensed communication mode | `01-brainstorm`, `02-challenge`, `03-condense` |
| aidd-pm | Product management: ticket info, user stories, PRD, spec | `01-ticket-info`, `02-user-stories-create`, `03-prd`, `04-spec` |
| aidd-dev | Code transformation: Dev SDLC orchestrator, plan, implement, assert, audit, review, test, refactor, debug, for-sure | `00-sdlc`, `01-plan`, `02-implement`, `05-review`, `06-test` |
Expand Down Expand Up @@ -68,9 +68,9 @@ my-project/
│ │ ├── testing.md
│ │ └── vcs.md
│ ├── internal/
│ │ └── decisions/ # Decision records written by aidd-context:05-learn
│ │ └── decisions/ # Decision records written by aidd-context:10-learn
│ ├── tasks/ # Specs, plans, run summaries
│ ├── ADR.md # Architecture decision log (aidd-context:05-learn)
│ ├── ADR.md # Architecture decision log (aidd-context:10-learn)
│ ├── README.md # This file
│ ├── GUIDELINES.md # Developer operating guidelines
│ └── CONTRIBUTING.md # How to add or modify skills, agents, rules
Expand Down Expand Up @@ -98,7 +98,7 @@ AIDD is delivered as a plugin marketplace. Pick what you need; do not install ev

| Plugin | Skills |
| ------------ | ------------------------------------------------------------------------------------------------------------------- |
| aidd-context | 00-onboard, 01-bootstrap, 02-project-init, 03-context-generate, 04-mermaid, 05-learn, 06-discovery |
| aidd-context | 00-onboard, 01-bootstrap, 02-project-init, 03-context-generate, 09-mermaid, 10-learn, 11-discovery |
| aidd-refine | 01-brainstorm, 02-challenge, 03-condense, 04-shadow-areas, 05-fact-check |
| aidd-dev | 00-sdlc, 01-plan, 02-implement, 03-assert, 04-audit, 05-review, 06-test, 07-refactor, 08-debug, 09-for-sure |
| aidd-vcs | 01-commit, 02-pull-request, 03-release-tag, 04-issue-create |
Expand All @@ -117,7 +117,7 @@ A typical change cycles through skills from several plugins. The order below is
5. **Implement and assert**: `aidd-dev:02-implement` writes code against the plan; `aidd-dev:03-assert` verifies the result.
6. **Review**: `aidd-dev:05-review` for code and functional review; `aidd-refine:02-challenge` to stress-test the result.
7. **Test**: `aidd-dev:06-test` adds or runs tests and validates user journeys.
8. **Document and learn**: `aidd-context:04-mermaid` for diagrams; `aidd-context:05-learn` to feed insights back into the memory bank or rules.
8. **Document and learn**: `aidd-context:09-mermaid` for diagrams; `aidd-context:10-learn` to feed insights back into the memory bank or rules.
9. **Ship**: `aidd-vcs:01-commit`, `aidd-vcs:02-pull-request`, then `aidd-vcs:03-release-tag` when the work is in production. File issues with `aidd-vcs:04-issue-create`.
10. **Refactor and maintain**: `aidd-dev:07-refactor` for performance or security, `aidd-dev:04-audit` for technical-debt sweeps, `aidd-dev:08-debug` to reproduce and fix bugs.

Expand Down
13 changes: 9 additions & 4 deletions plugins/aidd-context/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "aidd-context",
"version": "1.1.2",
"description": "Knowledge production: project bootstrap, project init, generation of Claude Code context artifacts (skills, agents, rules, commands, hooks, plugins, marketplaces), mermaid diagrams, learn, discovery",
"description": "Knowledge production: project bootstrap, project init, generation of context artifacts (skills, agents, rules, commands, hooks), mermaid diagrams, learn, discovery",
"author": {
"name": "AI-Driven Dev",
"url": "https://github.com/ai-driven-dev"
Expand All @@ -12,9 +12,14 @@
"./skills/01-bootstrap",
"./skills/02-project-init",
"./skills/03-context-generate",
"./skills/04-mermaid",
"./skills/05-learn",
"./skills/06-discovery"
"./skills/04-skill-generate",
"./skills/05-rule-generate",
"./skills/06-agent-generate",
"./skills/07-command-generate",
"./skills/08-hook-generate",
"./skills/09-mermaid",
"./skills/10-learn",
"./skills/11-discovery"
],
"keywords": [
"context",
Expand Down
Loading