Skill · em Planejar o trabalho

planning-with-files

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls.

Procedência

Antes de instalar

8 arquivos · 33,9 KB · inclui 2 scripts que executam: scripts/check-complete.sh, scripts/init-session.sh

Instalar na sua CLI

O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: instala em .claude/skills/planning-with-files/.

d=".claude/skills/planning-with-files"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/productivity/planning-with-files"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/examples.md" "$u/examples.md" \
  -o "$d/reference.md" "$u/reference.md" \
  -o "$d/scripts/check-complete.sh" "$u/scripts/check-complete.sh" \
  -o "$d/scripts/init-session.sh" "$u/scripts/init-session.sh" \
  -o "$d/templates/findings.md" "$u/templates/findings.md" \
  -o "$d/templates/progress.md" "$u/templates/progress.md" \
  -o "$d/templates/task_plan.md" "$u/templates/task_plan.md" \
  -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/skills/planning-with-files/.

d="$HOME/.claude/skills/planning-with-files"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/productivity/planning-with-files"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/examples.md" "$u/examples.md" \
  -o "$d/reference.md" "$u/reference.md" \
  -o "$d/scripts/check-complete.sh" "$u/scripts/check-complete.sh" \
  -o "$d/scripts/init-session.sh" "$u/scripts/init-session.sh" \
  -o "$d/templates/findings.md" "$u/templates/findings.md" \
  -o "$d/templates/progress.md" "$u/templates/progress.md" \
  -o "$d/templates/task_plan.md" "$u/templates/task_plan.md" \
  -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Codex

Neste projeto: instala em .agents/skills/planning-with-files/.

d=".agents/skills/planning-with-files"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/productivity/planning-with-files"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/examples.md" "$u/examples.md" \
  -o "$d/reference.md" "$u/reference.md" \
  -o "$d/scripts/check-complete.sh" "$u/scripts/check-complete.sh" \
  -o "$d/scripts/init-session.sh" "$u/scripts/init-session.sh" \
  -o "$d/templates/findings.md" "$u/templates/findings.md" \
  -o "$d/templates/progress.md" "$u/templates/progress.md" \
  -o "$d/templates/task_plan.md" "$u/templates/task_plan.md" \
  -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.agents/skills/planning-with-files/.

d="$HOME/.agents/skills/planning-with-files"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/productivity/planning-with-files"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/examples.md" "$u/examples.md" \
  -o "$d/reference.md" "$u/reference.md" \
  -o "$d/scripts/check-complete.sh" "$u/scripts/check-complete.sh" \
  -o "$d/scripts/init-session.sh" "$u/scripts/init-session.sh" \
  -o "$d/templates/findings.md" "$u/templates/findings.md" \
  -o "$d/templates/progress.md" "$u/templates/progress.md" \
  -o "$d/templates/task_plan.md" "$u/templates/task_plan.md" \
  -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Antigravity

Neste projeto: instala em .agents/skills/planning-with-files/.

d=".agents/skills/planning-with-files"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/productivity/planning-with-files"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/examples.md" "$u/examples.md" \
  -o "$d/reference.md" "$u/reference.md" \
  -o "$d/scripts/check-complete.sh" "$u/scripts/check-complete.sh" \
  -o "$d/scripts/init-session.sh" "$u/scripts/init-session.sh" \
  -o "$d/templates/findings.md" "$u/templates/findings.md" \
  -o "$d/templates/progress.md" "$u/templates/progress.md" \
  -o "$d/templates/task_plan.md" "$u/templates/task_plan.md" \
  -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.gemini/antigravity-cli/skills/planning-with-files/.

d="$HOME/.gemini/antigravity-cli/skills/planning-with-files"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/productivity/planning-with-files"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/examples.md" "$u/examples.md" \
  -o "$d/reference.md" "$u/reference.md" \
  -o "$d/scripts/check-complete.sh" "$u/scripts/check-complete.sh" \
  -o "$d/scripts/init-session.sh" "$u/scripts/init-session.sh" \
  -o "$d/templates/findings.md" "$u/templates/findings.md" \
  -o "$d/templates/progress.md" "$u/templates/progress.md" \
  -o "$d/templates/task_plan.md" "$u/templates/task_plan.md" \
  -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Peça ao Rook

Já usa o Rook Labs? Cole no chat do Rook: instale a skill https://rooklabs.sh/marketplace/cct.planning-with-files.productivity

Prévia do SKILL.md

---
name: planning-with-files
version: "2.1.2"
description: Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls.
user-invocable: true
allowed-tools:
  - Read
  - Write
  - Edit
  - Bash
  - Glob
  - Grep
  - WebFetch
  - WebSearch
hooks:
  SessionStart:
    - hooks:
        - type: command
          command: "echo '[planning-with-files] Ready. Auto-activates for complex tasks, or invoke manually with /planning-with-files'"
  PreToolUse:
    - matcher: "Write|Edit|Bash"
      hooks:
        - type: command
          command: "cat task_plan.md 2>/dev/null | head -30 || true"
  PostToolUse:
    - matcher: "Write|Edit"
      hooks:
        - type: command
          command: "echo '[planning-with-files] File updated. If this completes a phase, update task_plan.md status.'"
  Stop:
    - hooks:
        - type: command
          command: "${CLAUDE_PLUGIN_ROOT}/scripts/check-complete.sh"
---

# Planning with Files

Work like Manus: Use persistent markdown files as your "working memory on disk."

## Important: Where Files Go
…

Ver todo o marketplace