Pwf — Design skill for Claude Code
Short alias for /plan.
How to install Pwf
Installs to ~/.claude/skills/dylanpulver-planning-with-files-pwf/SKILL.md
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 RepositoryRelated Skills
Team
Start Manus-style team planning. Creates shared planning files and guides team setup for parallel work.
Claude Code Power Stack
new Ghost memory, conversation search, session naming, and Manus-style planning in a single install with cheat
Fugu Review
Fugu-style dry-run review — this session briefs 3 blind reviewers (haiku/sonnet/opus) + an opus verifier, who
Ten Rules Skill
One Claude Code/Codex/Gemini skill that routes a task to the right '10 rules' set (web-design, communication,
Workplan
Turn an approved Design into the work plan -- steps, task breakdown, dependencies, verification, rollout; the
Sdlc Solution Planning
Define WHAT to build with clear phases and acceptance criteria. Use when creating implementation strategies. T
Related Agents
Task Plan Architect
Uses the smartest available Claude model to expand one broad GitHub issue into a bounded set of implementation
Task Planner.Agent
Translates a task into a minimal, executable implementation plan with scoped steps, risks, and a test strategy
Workflow
plan.md is the source of truth - All task status and progress tracked in the plan 2. Test-D... - wshobson/agen