The visual-plan skill turns a task into a plan you can see. You answer it before you write any code.
The process as a wiring diagram. Hover a box to see what it does. Custom instructions feed the completeness gate. The challenge is a side loop.
No one understands AI these days.
1 · Strong at code, weak at the report
The model codes like a champion. Then it reports like this.
This is a real card from the CSV-export plan. Click an option. Notice the recommended default and the "Other" escape hatch.
Very large reports could outrun the 30-second timeout. How do we handle them?
Most reports are small and stream in under a second. A few have tens of thousands of rows. rows_to_csv() could hold the request open past the gateway timeout.
Selected: Stream now, cap at 50,000 rows (the default)
rows_to_csv(), from your code.The skills are plain SKILL.md folders. Clone the repo once. Then copy the folders to where your agent loads skills.
git clone https://github.com/parthjshah95/visual-planning-skills cd visual-planning-skills
claude plugin marketplace add parthjshah95/visual-planning-skills claude plugin install visual-planning-skills@visual-planning-skills
cp -R skills/* ~/.codex/skills/
cp -R skills/* ~/.cursor/skills/
cp -R skills/* ~/.config/opencode/skills/
cp -R skills/* ~/.openclaw/skills/
cp -R skills/* ~/.hermes/profiles/<profile>/skills/
cp -R skills/* <project>/.windsurf/skills/
cp -R skills/* <workspace>/.agents/skills/