fsd:plan_day

Analyzes project state and open pull requests to generate prioritized daily work plans.

2|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/fixpoint-labs/flow-state-dev --skill fsd-plan-day
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fsd:plan_day
Source: https://github.com/fixpoint-labs/flow-state-dev/tree/main/.agents/skills/plan-day
Command: npx skills add https://github.com/fixpoint-labs/flow-state-dev --skill fsd-plan-day

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users create a realistic daily work plan by identifying unblocked tasks from the main codebase and open pull requests, prioritizing them, and cleaning stale todos.

Core Features & Use Cases

  • Project State Analysis: Gathers information on merged code, open pull requests, active issues, and existing todos.
  • Task Prioritization: Prioritizes up to 8 tasks based on priority, unblocking impact, phase alignment, and momentum.
  • Todo File Generation: Generates self-contained todo files with detailed instructions for each task.
  • Work Plan Presentation: Presents the prioritized tasks to the user in a readable format.

Quick Start

Run the fsd:plan_day skill with the optional focus area to generate a work plan.

Frequently Asked Questions about fsd:plan_day

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

FAQPage Schema
How do I generate a daily work plan based on my codebase and open pull requests?

To generate a daily work plan, the Skill analyzes your project state, identifies unblocked tasks from merged code, open pull requests, and active issues, then prioritizes up to 8 tasks based on momentum and phase alignment.

How does task prioritization work for daily project planning?

Task prioritization evaluates unblocking impact, phase alignment, priority levels, and momentum to select up to 8 tasks. It then generates self-contained todo files with detailed execution instructions for each selected task.

Do I need Linear issues and project documentation to create a prioritized daily task list?

Yes, creating a realistic daily task list requires access to your codebase, Linear issues, and project documentation to gather information on active issues, merged code, and existing todos.

What is the best way to clean stale todos and identify unblocked tasks?

The best way to clean stale todos and identify unblocked tasks is by analyzing project state to gather existing todos, open pull requests, and merged code, automatically filtering out blocked work.

Can I focus my daily work plan on a specific area of the project?

Yes, you can run the Skill with an optional focus area to generate a work plan tailored to a specific part of the project, ensuring the prioritized tasks align with your current development goals.

What limits apply when generating todo files for daily tasks?

The main limitation is that the Skill prioritizes a maximum of 8 tasks per daily work plan, selecting them based on priority, unblocking impact, phase alignment, and momentum from the analyzed project state.