Skip to content

Commit dac60bb

Browse files
committed
feat(framework): delete legacy commands/ directory
1 parent 22fc883 commit dac60bb

45 files changed

Lines changed: 104 additions & 2078 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

agents/iris.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@ Detect the mode based on the user's request:
1919

2020
#### Resources
2121

22-
- Extract components from image: `@{{TOOLS}}/commands/03_plan/image_extract_details.md`
22+
- Extract components from image: skill `plan` action `03-image-extract-details`
2323

2424
#### Instruction steps
2525

26-
```text
27-
@{{TOOLS}}/commands/04_code/implement_from_design.md
28-
```
26+
Analyze the image to extract components, then implement the UI based on the extracted design specs.
27+
28+
1. Use skill `plan` action `03-image-extract-details` to extract design specs from the image.
29+
2. Implement each component following the extracted specs.
30+
3. Use skill `assert` action `03-assert-frontend` to validate the implementation.
2931

3032
### Mode 2: Verify UI Conformity
3133

@@ -34,7 +36,7 @@ Detect the mode based on the user's request:
3436
#### Instruction steps
3537

3638
```text
37-
@{{TOOLS}}/commands/04_code/assert_frontend.md
39+
@{{TOOLS}}/plugins/aidd-dev/skills/%5B2.2%5D%20assert/actions/03-assert-frontend.md
3840
```
3941

4042
### Mode 3: Verify User Journey
@@ -44,7 +46,7 @@ Detect the mode based on the user's request:
4446
#### Instruction steps
4547

4648
```text
47-
@{{TOOLS}}/commands/06_tests/test_journey.md
49+
@{{TOOLS}}/plugins/aidd-dev/skills/%5B2.5%5D%20test/actions/02-test-journey.md
4850
```
4951

5052
## Input format

agents/martin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ARGUMENTS
2525
3. Run the assertion command until everything pass.
2626

2727
```markdown
28-
@{{TOOLS}}/commands/04_code/assert.md
28+
@{{TOOLS}}/plugins/aidd-dev/skills/%5B2.2%5D%20assert/actions/01-assert.md
2929
```
3030

3131
## OUTPUT: Report / Response

aidd_docs/CATALOG.md

Lines changed: 71 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -7,35 +7,36 @@ Auto-generated framework content: agents, commands, rules, skills, and templates
77
## Table of Contents
88

99
- [`.claude`](#claude)
10+
- [`.claude-plugin`](#claude-plugin)
1011
- [`.specstory`](#specstory)
1112
- [`agents`](#agents)
1213
- [`aidd_docs`](#aidd_docs)
14+
- [`aidd_docs/memory`](#aidd_docsmemory)
15+
- [`aidd_docs/tasks`](#aidd_docstasks)
1316
- [`aidd_docs/templates`](#aidd_docstemplates)
14-
- [`commands`](#commands)
15-
- [`commands/00_behavior`](#commands00_behavior)
16-
- [`commands/01_onboard`](#commands01_onboard)
17-
- [`commands/02_context`](#commands02_context)
18-
- [`commands/03_plan`](#commands03_plan)
19-
- [`commands/04_code`](#commands04_code)
20-
- [`commands/05_review`](#commands05_review)
21-
- [`commands/06_tests`](#commands06_tests)
22-
- [`commands/07_documentation`](#commands07_documentation)
23-
- [`commands/08_deploy`](#commands08_deploy)
24-
- [`commands/09_refactor`](#commands09_refactor)
25-
- [`commands/10_maintenance`](#commands10_maintenance)
17+
- [`plugins`](#plugins)
18+
- [`plugins/aidd-context`](#pluginsaidd-context)
19+
- [`plugins/aidd-dev`](#pluginsaidd-dev)
20+
- [`plugins/aidd-pm`](#pluginsaidd-pm)
21+
- [`plugins/aidd-vcs`](#pluginsaidd-vcs)
2622
- [`rules`](#rules)
2723
- [`rules/01-standards`](#rules01-standards)
2824
- [`rules/04-tooling`](#rules04-tooling)
2925
- [`scripts`](#scripts)
26+
- [`scripts/schemas`](#scriptsschemas)
3027
- [`skills`](#skills)
31-
- [`skills/aidd-auto-implement`](#skillsaidd-auto-implement)
32-
- [`skills/challenge`](#skillschallenge)
3328

3429
---
3530

3631
### `.claude`
3732

3833
No files found.
34+
### `.claude-plugin`
35+
36+
| File |
37+
|------|
38+
| [marketplace.json](../.claude-plugin/marketplace.json) |
39+
3940
### `.specstory`
4041

4142
No files found.
@@ -57,6 +58,28 @@ No files found.
5758
| [CONTRIBUTING.md](CONTRIBUTING.md) |
5859
| [README.md](README.md) |
5960

61+
#### `aidd_docs/memory`
62+
63+
| File |
64+
|------|
65+
| [build-sketch.md](memory/build-sketch.md) |
66+
| [cli-coordination.md](memory/cli-coordination.md) |
67+
| [command-inventory.md](memory/command-inventory.md) |
68+
| [mcp-merge-behavior.md](memory/mcp-merge-behavior.md) |
69+
| [phase0-confidence.md](memory/phase0-confidence.md) |
70+
| [pilot-aidd-vcs.md](memory/pilot-aidd-vcs.md) |
71+
| [pre-existing-hook-failures.md](memory/pre-existing-hook-failures.md) |
72+
| [release-please-sketch.md](memory/release-please-sketch.md) |
73+
| [sample-hooks.json](memory/sample-hooks.json) |
74+
| [spike-bracket-paths.md](memory/spike-bracket-paths.md) |
75+
| [template-audit.md](memory/template-audit.md) |
76+
77+
#### `aidd_docs/tasks`
78+
79+
| Group | File |
80+
|-------|------|
81+
| `2026_04` | [2026_04_29-#260-plugin-architecture-part-8.md](tasks/2026_04/2026_04_29-#260-plugin-architecture-part-8.md) |
82+
6083
#### `aidd_docs/templates`
6184

6285
| Group | File | Description | Argument Hint |
@@ -87,99 +110,39 @@ No files found.
87110
| `vcs` | [README.md](templates/vcs/README.md) | `Project README template` | - |
88111
| `vcs` | [release.md](templates/vcs/release.md) | `VCS release notes template` | - |
89112

90-
### `commands`
113+
### `plugins`
91114

92-
#### `commands/00_behavior`
115+
#### `plugins/aidd-context`
93116

94-
| File | Description |
95-
|------|---|
96-
| [auto_accept.md](../commands/00_behavior/auto_accept.md) | `Auto-accept proposed changes without asking for confirmation.` |
117+
| Group | File |
118+
|-------|------|
119+
| `.claude-plugin` | [plugin.json](../plugins/aidd-context/.claude-plugin/plugin.json) |
120+
| `-` | [CATALOG.md](../plugins/aidd-context/CATALOG.md) |
121+
| `-` | [README.md](../plugins/aidd-context/README.md) |
97122

98-
#### `commands/01_onboard`
123+
#### `plugins/aidd-dev`
99124

100-
| File | Description | Argument Hint |
101-
|------|---|---|
102-
| [generate_agent.md](../commands/01_onboard/generate_agent.md) | `Generates a customized agent based on user-defined parameters.` | - |
103-
| [generate_architecture.md](../commands/01_onboard/generate_architecture.md) | `Generate project architecture with agents, skills, coordination diagram, and optional rules/commands for code projects` | `Project description and domain requirements` |
104-
| [generate_command.md](../commands/01_onboard/generate_command.md) | `Generate optimized, action-oriented prompts using best practices and structured template` | `The command details to generate the prompt for` |
105-
| [generate_rules.md](../commands/01_onboard/generate_rules.md) | `Generate or modify coding rules manually or auto-scan the codebase to propose rules` | `Rule topic to write, or 'auto' to scan codebase and propose rules` |
106-
| [generate_skill.md](../commands/01_onboard/generate_skill.md) | `Generate a customized skill based on repeated patterns and user workflows.` | `Description of the workflow to package as a skill` |
107-
| [init.md](../commands/01_onboard/init.md) | `Create or update the memory bank files to reflect the current state of the codebase` | - |
108-
| [onboard.md](../commands/01_onboard/onboard.md) | `Detect project state and tell the user exactly what to run next` | - |
125+
| Group | File |
126+
|-------|------|
127+
| `.claude-plugin` | [plugin.json](../plugins/aidd-dev/.claude-plugin/plugin.json) |
128+
| `-` | [CATALOG.md](../plugins/aidd-dev/CATALOG.md) |
129+
| `-` | [README.md](../plugins/aidd-dev/README.md) |
109130

110-
#### `commands/02_context`
131+
#### `plugins/aidd-pm`
111132

112-
| File | Description | Argument Hint |
113-
|------|---|---|
114-
| [brainstorm.md](../commands/02_context/brainstorm.md) | `Interactive brainstorming session to clarify and refine feature requests` | - |
115-
| [challenge.md](../commands/02_context/challenge.md) | `Rethink and challenge previous work for improvements` | - |
116-
| [create_user_stories.md](../commands/02_context/create_user_stories.md) | `Create user stories through iterative questioning` | `[Feature description or requirements for user story generation]` |
117-
| [ticket_info.md](../commands/02_context/ticket_info.md) | `Get ticket information from the project's ticketing tool` | `[Ticket URL or number]` |
133+
| Group | File |
134+
|-------|------|
135+
| `.claude-plugin` | [plugin.json](../plugins/aidd-pm/.claude-plugin/plugin.json) |
136+
| `-` | [CATALOG.md](../plugins/aidd-pm/CATALOG.md) |
137+
| `-` | [README.md](../plugins/aidd-pm/README.md) |
118138

119-
#### `commands/03_plan`
120-
121-
| File | Description | Argument Hint |
122-
|------|---|---|
123-
| [components_behavior.md](../commands/03_plan/components_behavior.md) | `Define the expected behavior of frontend components into a state machine format.` | `names of the components to define behavior for.` |
124-
| [image_extract_details.md](../commands/03_plan/image_extract_details.md) | `Analyze image to identify and extract main components with hierarchical organization` | `the image to analyze` |
125-
| [plan.md](../commands/03_plan/plan.md) | `Generate technical implementation plans from requirements` | `requirements (ticket URL or raw text)` |
126-
127-
#### `commands/04_code`
128-
129-
| File | Description | Argument Hint |
130-
|------|---|---|
131-
| [assert_architecture.md](../commands/04_code/assert_architecture.md) | `Verify code conforms to architecture diagrams, ADRs, and project structure.` | `[Optional scope to verify (module, service, or layer name)]` |
132-
| [assert_frontend.md](../commands/04_code/assert_frontend.md) | `Assert a frontend feature works as intended.` | `The frontend behavior you need to assert and validate.` |
133-
| [assert.md](../commands/04_code/assert.md) | `Assert that a feature must work as intended.` | - |
134-
| [implement_from_design.md](../commands/04_code/implement_from_design.md) | `Implement a frontend component from a Figma design with pixel-perfect accuracy.` | `The Figma file URL and frame/component to implement.` |
135-
| [implement.md](../commands/04_code/implement.md) | `Implement plan following project rules with validation` | `The technical plan to implement` |
136-
| [run_projection.md](../commands/04_code/run_projection.md) | `Project the solution you mentioned on a part of the codebase so we can see if this will work.` | - |
137-
138-
#### `commands/05_review`
139-
140-
| File | Description | Argument Hint |
141-
|------|---|---|
142-
| [review_code.md](../commands/05_review/review_code.md) | `Ensure code quality and rules compliance` | - |
143-
| [review_functional.md](../commands/05_review/review_functional.md) | `Review feature behavior against plan specification and current diff` | `Plan path to validate against` |
144-
145-
#### `commands/06_tests`
146-
147-
| File | Description | Argument Hint |
148-
|------|---|---|
149-
| [test_journey.md](../commands/06_tests/test_journey.md) | `Test a user journey end-to-end by navigating and validating each step in the browser.` | `The user journey steps to validate and the URL to test on.` |
150-
| [test.md](../commands/06_tests/test.md) | `List untested behaviors and iterate on test creation until tests pass with best practices` | `[things you want to test]` |
139+
#### `plugins/aidd-vcs`
151140

152-
#### `commands/07_documentation`
153-
154-
| File | Description |
155-
|------|---|
156-
| [learn.md](../commands/07_documentation/learn.md) | `Update memory bank or rules with new information or requirements.` |
157-
| [mermaid.md](../commands/07_documentation/mermaid.md) | `When need to generate Mermaid diagrams` |
158-
159-
#### `commands/08_deploy`
160-
161-
| File | Description | Argument Hint |
162-
|------|---|---|
163-
| [commit.md](../commands/08_deploy/commit.md) | `Create git commit with proper message format` | `auto` |
164-
| [create_request.md](../commands/08_deploy/create_request.md) | `Create PR (GitHub) or MR (GitLab) with filled template` | - |
165-
| [tag.md](../commands/08_deploy/tag.md) | `Create and push git tag with semantic versioning` | - |
166-
167-
#### `commands/09_refactor`
168-
169-
| File | Description | Argument Hint |
170-
|------|---|---|
171-
| [audit.md](../commands/09_refactor/audit.md) | `Perform deep codebase analysis for technical debt and improvements` | `Scope to audit (optional - defaults to full codebase)` |
172-
| [performance.md](../commands/09_refactor/performance.md) | `Optimize code for better performance` | - |
173-
| [security_refactor.md](../commands/09_refactor/security_refactor.md) | `Identify and fix security vulnerabilities` | - |
174-
175-
#### `commands/10_maintenance`
176-
177-
| File | Description | Argument Hint |
178-
|------|---|---|
179-
| [debug.md](../commands/10_maintenance/debug.md) | `Debug issue to find root cause.` | - |
180-
| [new_issue.md](../commands/10_maintenance/new_issue.md) | `Create issues in the configured ticketing tool` | `Describe the problem you want to create an issue for` |
181-
| [reflect_issue.md](../commands/10_maintenance/reflect_issue.md) | `Reflect on possible sources, identify most likely causes, add validation logs before fixing` | - |
182-
| [reproduce.md](../commands/10_maintenance/reproduce.md) | `Fix bugs with test-driven workflow from issue to PR` | `Bug description or issue number` |
141+
| Group | File |
142+
|-------|------|
143+
| `.claude-plugin` | [plugin.json](../plugins/aidd-vcs/.claude-plugin/plugin.json) |
144+
| `-` | [CATALOG.md](../plugins/aidd-vcs/CATALOG.md) |
145+
| `-` | [README.md](../plugins/aidd-vcs/README.md) |
183146

184147
### `rules`
185148

@@ -197,6 +160,7 @@ No files found.
197160
| File | Description |
198161
|------|---|
199162
| [ide-mapping.claude.md](../rules/04-tooling/ide-mapping.claude.md) | `Claude Code file locations, syntax, frontmatter, and include patterns reference. Apply when creating or configuring Claude-specific files.` |
163+
| [ide-mapping.codex.md](../rules/04-tooling/ide-mapping.codex.md) | `Codex CLI file locations, path mapping, and AIDD install-time @path expansion. Apply when creating or configuring Codex-specific files.` |
200164
| [ide-mapping.copilot.md](../rules/04-tooling/ide-mapping.copilot.md) | `GitHub Copilot file locations, syntax, frontmatter, and instruction patterns reference. Apply when creating or configuring Copilot-specific files.` |
201165
| [ide-mapping.cursor.md](../rules/04-tooling/ide-mapping.cursor.md) | `Cursor file locations, syntax, frontmatter, and rule patterns reference. Apply when creating or configuring Cursor-specific files.` |
202166
| [ide-mapping.opencode.md](../rules/04-tooling/ide-mapping.opencode.md) | `OpenCode file locations, syntax, frontmatter, and configuration reference. Apply when creating or configuring OpenCode-specific files.` |
@@ -208,17 +172,14 @@ No files found.
208172
| [aidd.sh](../scripts/aidd.sh) |
209173
| [build-dist.sh](../scripts/build-dist.sh) |
210174

211-
### `skills`
212-
213-
#### `skills/aidd-auto-implement`
175+
#### `scripts/schemas`
214176

215-
| File | Description | Argument Hint |
216-
|------|---|---|
217-
| [SKILL.md](../skills/aidd-auto-implement/SKILL.md) | `Autonomously run the AI-Driven Development workflow to code an high quality feature.` | `The URL or file path of the issue or task to implement.` |
218-
219-
#### `skills/challenge`
177+
| File |
178+
|------|
179+
| [hooks.schema.json](../scripts/schemas/hooks.schema.json) |
180+
| [marketplace.schema.json](../scripts/schemas/marketplace.schema.json) |
181+
| [plugin.schema.json](../scripts/schemas/plugin.schema.json) |
220182

221-
| File | Description |
222-
|------|---|
223-
| [SKILL.md](../skills/challenge/SKILL.md) | `Review and challenge previous work for improvements and correctness. Use when the user says 'challenge this', 'review my work', 'is this correct', asks for a critical review, or wants to rethink a decision.` |
183+
### `skills`
224184

185+
No files found.

commands/00_behavior/auto_accept.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

commands/01_onboard/generate_agent.md

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)