Skip to content

Commit 91d9c8b

Browse files
committed
docs: update
1 parent 93fb33d commit 91d9c8b

File tree

1 file changed

+0
-63
lines changed

1 file changed

+0
-63
lines changed

web/content/docs/0-what-is-ai-devkit.md

Lines changed: 0 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -29,69 +29,6 @@ AI DevKit is evolving toward an operating system model for AI-driven development
2929

3030
This means teams can run consistent workflows regardless of which AI coding assistant they use.
3131

32-
## Feature Inventory
33-
34-
AI DevKit includes the following core feature areas:
35-
36-
| Feature Area | What You Get |
37-
|---|---|
38-
| **Project initialization** | `ai-devkit init` wizard to scaffold `docs/ai/`, environment files, and project config |
39-
| **Phase templates** | Requirements, design, planning, implementation, testing, deployment, and monitoring templates |
40-
| **Structured slash commands** | End-to-end development commands installed into supported AI environments |
41-
| **Memory system** | Local SQLite memory with `store`, `search`, and `update` commands plus MCP integration |
42-
| **Skills system** | Built-in skills and community registry support (`add`, `find`, `update`, `list`, `remove`) |
43-
| **Agent management** | Inspect and focus running agents via `ai-devkit agent list` and `ai-devkit agent open` |
44-
| **Workflow linting** | `ai-devkit lint` checks docs, feature conventions, and git/worktree alignment |
45-
| **Global setup** | `ai-devkit setup --global` to install command packs for global agent environments |
46-
47-
## Available Slash Commands
48-
49-
These commands are installed into your AI coding environment:
50-
51-
- `/new-requirement`
52-
- `/review-requirements`
53-
- `/review-design`
54-
- `/execute-plan`
55-
- `/update-planning`
56-
- `/check-implementation`
57-
- `/writing-test`
58-
- `/code-review`
59-
- `/debug`
60-
- `/capture-knowledge`
61-
- `/simplify-implementation`
62-
- `/remember`
63-
64-
## Available CLI Commands
65-
66-
Top-level CLI commands:
67-
68-
- `ai-devkit init`
69-
- `ai-devkit phase`
70-
- `ai-devkit setup --global`
71-
- `ai-devkit lint`
72-
- `ai-devkit skill ...`
73-
- `ai-devkit memory ...`
74-
- `ai-devkit agent ...`
75-
76-
Subcommands:
77-
78-
- `ai-devkit skill add|list|remove|update|find|rebuild-index`
79-
- `ai-devkit memory store|search|update`
80-
- `ai-devkit agent list|open`
81-
82-
## Built-in Skills
83-
84-
AI DevKit includes these built-in skills in the default registry:
85-
86-
| Skill | Purpose |
87-
|---|---|
88-
| `dev-lifecycle` | End-to-end SDLC workflow across requirements, design, planning, implementation, testing, and review |
89-
| `debug` | Structured debugging and root-cause workflow before code changes |
90-
| `simplify-implementation` | Reduce complexity and improve maintainability of existing implementations |
91-
| `capture-knowledge` | Analyze code and capture reusable project knowledge in docs |
92-
| `memory` | Use AI DevKit memory service from CLI workflows |
93-
| `technical-writer` | Improve documentation quality and clarity |
94-
9532
## How AI DevKit Helps
9633

9734
AI DevKit addresses these gaps with four core capabilities:

0 commit comments

Comments
 (0)