file-context-planning
OfficialOn-disk memory for persistent planning.
Authorhookvibe
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a durable, file-based workflow for managing complex tasks by persisting state across sessions using a standard set of Markdown files (task_plan.md, findings.md, progress.md) under docs/en/developer/plans/<session-hash>/, enabling multi-step sessions to retain context over long conversations.
Core Features & Use Cases
- Persistent planning state across sessions via structured Markdown files (task_plan.md, findings.md, progress.md).
- Session-based traceability using a unique session hash embedded in code comments and file paths.
- Optional tooling to initialize, verify, and sync plan pages.
Quick Start
To begin planning with this Skill, initialize a new planning session:
- Run: bash .gemini/skills/file-context-planning/scripts/init-session.sh "<hash>" "<title>"
- Inspect or update: docs/en/developer/plans/<hash>/task_plan.md, findings.md, progress.md
- Use: bash .gemini/skills/file-context-planning/scripts/check-complete.sh docs/en/developer/plans/<hash>/task_plan.md
Dependency Matrix
Required Modules
None requiredComponents
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: file-context-planning Download link: https://github.com/hookvibe/hookcode/archive/main.zip#file-context-planning Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.