一键导入
implement-plan
Implement an already-approved technical plan from a plan path, executing the next unfinished task without replanning or expanding scope.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Implement an already-approved technical plan from a plan path, executing the next unfinished task without replanning or expanding scope.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | implement-plan |
| description | Implement an already-approved technical plan from a plan path, executing the next unfinished task without replanning or expanding scope. |
Use this skill when the user gives an approved implementation plan and asks to implement it, continue it, or run implementation mode.
When given a plan path:
- [x]).If no plan path is provided, ask for one.
Your first action must be reading the plan and relevant files. Your first code-changing action should be implementation, not replanning.
Prefer the smallest independently deliverable unfinished task.
If reality differs from the plan, stop and report:
Issue in Phase [N]
Expected:
[what the plan specifies]
Found:
[actual implementation reality]
Why this matters:
[technical impact]
Recommended path:
[best option]
Wait for guidance before proceeding.
After implementation:
Run full build only when the task scope or plan requires it.
Pause for manual verification only when:
Do not mark manual verification items complete until the user confirms.
Report:
ChatbotX is an open-source chat marketing platform for managing contacts, conversations, flows, broadcasts, and sequences across WhatsApp, Messenger, Instagram, TikTok, Telegram, Zalo OA, Email, and Webchat. An alternative to ManyChat, Chatfuel, Wati, Respond, etc...
Create and modify integration channels (messenger, whatsapp, zalo, tiktok, webchat, etc.) for the chatbot platform. Use when adding a new channel integration, modifying webhook handlers, working with message send/receive, or connecting external platforms.
ChatbotX is an open-source chat marketing platform for managing contacts, conversations, flows, broadcasts, and sequences across WhatsApp, Messenger, Instagram, TikTok, Telegram, Zalo OA, Email, and Webchat. An alternative to ManyChat, Chatfuel, Wati, Respond, etc...
Work with the ChatbotX contact filter system — the shared filter model behind the contacts list, conversations, and broadcast audiences. Use when adding a filter field or operator, changing the filter UI, editing the SQL query builder, or enforcing an audience constraint. Covers the definitions single-source, the two operator-rule sources that must stay in sync, NULL / negation three-valued logic, relation EXISTS subqueries, and the excludeFields mechanism.
Use before committing changes to auth, workspace scoping, channel webhooks, AI tools/MCP, permission settings, or anything handling untrusted channel content in ChatbotX. A repo-specific security checklist covering tenant isolation, prompt injection via channel content, the Bash permission allowlist, and secret handling. Read before security-sensitive work; pair with the global security-reviewer agent for deep dives.
Implement approved technical plans with execution-first behavior