Skip to content
Open
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
18 changes: 13 additions & 5 deletions plugins/feature-dev/commands/feature-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,19 @@ If the user says "whatever you think is best", provide your recommendation and g

**Actions**:
1. Wait for explicit user approval
2. Read all relevant files identified in previous phases
3. Implement following chosen architecture
4. Follow codebase conventions strictly
5. Write clean, well-documented code
6. Update todos as you progress
2. Before making any changes, provide a dry-run preview showing:
- List of files to be created vs modified
- Estimated scope and lines of code per file
- Overall complexity assessment
3. Ask the user for explicit confirmation of the dry-run before any code changes are made
4. Read all relevant files identified in previous phases
5. Break the implementation down into logical chunks that can be reviewed independently
6. For each chunk:
- Implement the code following the chosen architecture and codebase conventions
- Write clean, well-documented code
- Present the chunk to the user for review
- If requested, assist with creating a Pull Request for the increment and wait for approval before proceeding
7. Update todos as you progress

---

Expand Down
3 changes: 3 additions & 0 deletions plugins/plugin-dev/skills/mcp-integration/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,9 @@ allowed-tools: ["mcp__plugin_asana_asana__*"]
**Viewing servers:**
Use `/mcp` command to see all servers including plugin-provided ones.

**Deduplication:**
If a plugin provides an MCP server with the same command or URL as a manually-configured server, the plugin's server is automatically skipped. This prevents duplicate connections and redundant tool sets. Suppressed plugin servers are listed in the `/plugin` menu.

## Authentication Patterns

### OAuth (SSE/HTTP)
Expand Down