planning-with-files

Plan complex tasks using Manus-style markdown files with a three-file pattern.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/cpa03/blueprintify --skill planning-with-files-cpa03
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-with-files
Source: https://github.com/cpa03/blueprintify/tree/main/.opencode/skill/planning-with-files
Command: npx skills add https://github.com/cpa03/blueprintify --skill planning-with-files-cpa03

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transforms chaotic workflows into Manus-style persistent Markdown files to serve as an external memory, enabling reliable planning, progress tracking, and knowledge storage for complex, multi-step tasks.

Core Features & Use Cases

  • 3-file pattern enforcement: create task_plan.md, notes.md, and deliverable.md to organize work.
  • Persistent planning across sessions: keep goals and decisions visible to guide execution.
  • Structured decision logs: capture questions, decisions, and errors to improve traceability.

Quick Start

Create task_plan.md in your working directory, define phases, and update the plan after each phase to drive progress.

Frequently Asked Questions about planning-with-files

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track progress for complex multi-step projects using markdown files?

You can track complex multi-step projects using a 3-file markdown pattern: task_plan.md for phases and goals, notes.md for decisions and errors, and deliverable.md for structured output. This enforces persistent planning and reliable progress tracking across sessions.

What is the best way to organize task planning and decision logs for research tasks?

The best way to organize research task planning is enforcing a structured markdown workflow with persistent notes. Capturing questions, decisions, and errors in a dedicated notes file improves traceability and serves as an external memory for complex scenarios.

How do I set up persistent workflow planning across multiple sessions?

Set up persistent workflow planning by creating task_plan.md in your working directory to define project phases. Update the plan after each phase to drive progress, keeping goals and decisions visible to guide execution across multiple sessions.

Does this task management approach require any specific dependencies or components?

No, this task management approach requires no dependencies or external components. It relies entirely on standard markdown files to enforce its 3-file workflow pattern, making it accessible for any project planning environment.

Why does my workflow become chaotic during multi-step project execution?

Workflows become chaotic without persistent planning and structured output. By transforming transient data into Manus-style markdown files, you create an external memory that enforces phased progress tracking and prevents lost decisions during complex tasks.

Can I use this markdown planning pattern for knowledge management and error tracking?

Yes, you can use this markdown planning pattern for knowledge management by maintaining a structured decision log. The notes.md file captures errors and questions, improving traceability and storing knowledge reliably for complex tasks.