docs/continue.md
How to use planning-with-files with Continue (VS Code / JetBrains).
.continue/skills/planning-with-files/.continue/prompts/planning-with-files.prompt (Markdown)Continue supports both project-level (<repo>/.continue/...) and global (~/.continue/...) locations.
In your project root:
git clone https://github.com/OthmanAdi/planning-with-files.git
cp -r planning-with-files/.continue .continue
Restart Continue (or reload the IDE) so it picks up the new files.
Copy the skill and prompt into your global Continue directory:
git clone https://github.com/OthmanAdi/planning-with-files.git
mkdir -p ~/.continue/skills ~/.continue/prompts
cp -r planning-with-files/.continue/skills/planning-with-files ~/.continue/skills/
cp planning-with-files/.continue/prompts/planning-with-files.prompt ~/.continue/prompts/
Restart Continue (or reload the IDE) so it picks up the new files.
/planning-with-filestask_plan.md, findings.md, progress.md exist in your repo rootFrom your project root:
# Create task_plan.md / findings.md / progress.md (if missing)
bash .continue/skills/planning-with-files/scripts/init-session.sh
# Verify all phases marked complete (expects task_plan.md format)
bash .continue/skills/planning-with-files/scripts/check-complete.sh
# Recover unsynced context from last Claude Code session (if you also use Claude Code)
python3 .continue/skills/planning-with-files/scripts/session-catchup.py "$(pwd)"
task_plan.md before decisions and update it after each phase.