一键导入
plan
Plan mode for writing structured markdown implementation plans without executing code.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Plan mode for writing structured markdown implementation plans without executing code.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Penetration testing tools for the CodeAgent — network scanning, service enumeration, and vulnerability checks
Obsidian Local REST API tools for the CodeAgent — manage vault notes, search, and metadata
Frida dynamic instrumentation tools for the CodeAgent — mobile app analysis and SSL unpinning
DuckDB in-process analytics tools for the CodeAgent — SQL on CSV/Parquet/JSON without a server
Supabase client tools for the CodeAgent — database CRUD, auth, storage, and edge functions
OSINT reconnaissance tools for the CodeAgent — domain, IP, email, and social media intelligence
| name | plan |
| description | Plan mode for writing structured markdown implementation plans without executing code. |
| metadata | {"version":"1.0.0","author":"erebus","tags":["software-development","planning","architecture"]} |
Use this skill to create structured implementation plans before coding.
# Implementation Plan: [Title]
## Goal
[One-sentence description of what we're building]
## Tasks
- [ ] Task 1: [Description]
- Files: `path/to/file.py`
- Changes: [What changes]
- [ ] Task 2: [Description]
- Files: `path/to/other.py`
- Changes: [What changes]
## Risks
- [Potential issues and mitigations]
## Testing Strategy
- [How to verify the implementation]