flow-curator

Manage backlog items and archive completed phases in .flow plan directories.

38|4|Updated Oct 1, 2025
One-click install
npx skills add https://github.com/khgs2411/flow --skill flow-curator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-curator
Source: https://github.com/khgs2411/flow/tree/main/framework/skills/flow-curator/SKILL.md
Command: npx skills add https://github.com/khgs2411/flow --skill flow-curator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps curate active plans by moving items to backlog or archive and keeps the plan focused.

Core Features & Use Cases

  • Backlog Management: Move items to backlog for future work
  • Pull & Restore: Retrieve items from backlog
  • Archiving: Archive completed phases for history

Quick Start

Use /flow-backlog-add, /flow-backlog-view, /flow-backlog-pull, /flow-plan-split.

Frequently Asked Questions about flow-curator

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

FAQPage Schema
How do I manage backlog clutter and keep my plan focused?

Backlog management lets you move completed or future items out of your active plan into a backlog or archive, preserving history while keeping current work prioritized. Use /flow-backlog-add to move items and /flow-backlog-view to review what's stored.

Can I move tasks to a backlog and pull them back later?

Yes. Archive completed phases with /flow-plan-split, move items to backlog with /flow-backlog-add, and restore them anytime using /flow-backlog-pull to bring tasks back into active phases.

How does the file-based storage work for managing active plans and archives?

The Skill uses controlled file-based storage across Active Plan (.flow/phase-N/), Backlog (.flow/backlog/), and Archive (.flow/archive/) directories with automatic renumbering and metadata handling to maintain history and organization.

What's the best way to archive completed work without losing it?

Use /flow-plan-split to archive completed phases. The Skill stores archived work in .flow/archive/ with preserved metadata, letting you clean up completed tasks and maintain a historical record separate from active work.

Do I need to manually renumber items after moving tasks to the backlog?

No. The Skill implements automatic renumbering when you move or restore items, so your active plan stays consistently numbered without manual intervention.