dylanpulver

Pwf — Design skill for Claude Code

Design community

Short alias for /plan.

How to install Pwf

Installs to ~/.claude/skills/dylanpulver-planning-with-files-pwf/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dylanpulver-planning-with-files-pwf && curl -fsSL https://raw.githubusercontent.com/dylanpulver/planning-with-files/HEAD/commands/pwf.md -o ~/.claude/skills/dylanpulver-planning-with-files-pwf/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Pwf does


description: "Short alias for /plan. Starts Manus-style file-based planning: task_plan.md, findings.md, progress.md. Available since v3.0.0."

Invoke the planning-with-files:planning-with-files skill and follow it exactly as presented to you. Treat any arguments as the task to plan.

Create the three planning files in the current project directory if they don't exist:

  • task_plan.md — for phases, progress, and decisions
  • findings.md — for research and discoveries
  • progress.md — for ses

Alternatives in Design

  • Planning With Files — Claude Code skill implementing Manus-style persistent markdown planning — the workflow pattern behind the $2B 17.4k ★
  • Kode Agent — Kode Agent — Design for post-human workflows 5k ★
  • Brainstorming.SKILL — Collaborative design refinement through Socratic dialogue 262 ★

Full documentation available on GitHub

View Source Repository