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
24 changes: 0 additions & 24 deletions .mcp.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,8 @@
{
"mcpServers": {
"shadcn": {
"command": "npx",
"args": ["shadcn@latest", "mcp"]
},
"kibo-ui": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://www.kibo-ui.com/api/mcp/mcp"]
},
"deepwiki": {
"type": "http",
"url": "https://mcp.deepwiki.com/mcp"
},
"context7": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"]
},
"playwright": {
"command": "npx",
"args": ["@playwright/mcp@latest"]
},
"sequential-thinking-tools": {
"command": "npx",
"args": ["-y", "mcp-sequentialthinking-tools"],
"env": {
"MAX_HISTORY_SIZE": "1000"
}
}
}
}
24 changes: 0 additions & 24 deletions .vscode/mcp.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,8 @@
{
"servers": {
"shadcn": {
"command": "npx",
"args": ["shadcn@latest", "mcp"]
},
"kibo-ui": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://www.kibo-ui.com/api/mcp/mcp"]
},
"deepwiki": {
"type": "http",
"url": "https://mcp.deepwiki.com/mcp"
},
"context7": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"]
},
"playwright": {
"command": "npx",
"args": ["@playwright/mcp@latest"]
},
"sequential-thinking-tools": {
"command": "npx",
"args": ["-y", "mcp-sequentialthinking-tools"],
"env": {
"MAX_HISTORY_SIZE": "1000"
}
}
}
}
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Your AI agent now understands your project structure, tech stack, and convention
| **📋 PLANS.md** | Complete ExecPlan framework based on OpenAI's methodology |
| **📁 Three-Tier Specs** | Organized directory structure for root, frontend, and backend specs |
| **🤖 Metaprompt** | AI tool that auto-fills all `[YOUR_*]` placeholders by analyzing your code |
| **🔍 DeepWiki Integration** | AI consults best practices for design patterns and architecture decisions |

**You get:** Professional templates with sections, examples, and guidelines already written. Just customize the project-specific parts.

Expand Down Expand Up @@ -136,6 +137,8 @@ PLANS.md based on [OpenAI's Codex Execution Plans](https://github.com/openai/ope
5. **Update as You Go**: Living document approach
6. **Update README**: Link spec in `specs/README.md`

**DeepWiki Integration:** AI agents automatically consult DeepWiki for best practices on design patterns, architecture, and implementation strategies when creating ExecPlans. This ensures your specs follow industry standards and proven patterns.

### Using the Metaprompt

The `metaprompt.txt` instructs AI to:
Expand Down