← All plugins
context-planner
v1.0.0Turn scattered wikis, specs, and meeting notes into an executable plan.md in 5 minutes
Claude Code1 skill
0updated 3 months ago
Source
git clone https://github.com/goddaehee/context-planner-skillClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
context-planner/
├── .claude-plugin/plugin.json└── skills/context-planner/SKILL.md
Skills1
context-plannerskills/context-planner/SKILL.md
Wiki URL·문서·텍스트 요구사항을 인터뷰로 수집하여 plan.md 컨텍스트 패키지를 생성하고, 선택적으로 기획서(PPTX)까지 만든다
Manifests1
.claude-plugin/plugin.json
{
"name": "context-planner",
"version": "1.0.0",
"description": "Turn scattered wikis, specs, and meeting notes into an executable plan.md in 5 minutes",
"skills": [
"./skills/context-planner"
]
}