daily-create

Generate and maintain structured daily plans from Linear issues.

1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/je3yk/daily-skills --skill daily-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-create
Source: https://github.com/je3yk/daily-skills/tree/main/daily-create
Command: npx skills add https://github.com/je3yk/daily-skills --skill daily-create

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, mcp, linear, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of managing and prioritizing daily tasks efficiently. It eliminates the manual hassle of creating task lists and tracking progress, enabling users to focus on their work.

Core Features & Use Cases

  • Task Creation: Integrates with Linear to fetch and create structured daily task plans based on Linear issue details.
  • Priority Classification: Automates classification of tasks into 'Blocker', 'Critical', 'Important', or 'Optional' based on criteria like Linear priority.
  • In-Depth Task Information: Provides task descriptions, priority, estimates, labels, and previous notes from Linear or manual entries.
  • Plan Maintenance: Adds, modifies, and manages tasks on the fly, while maintaining an organized task list for the day.
  • Integration with MCP: Works with Linear MCP to ensure seamless data fetching and task status updates.

Quick Start

Create a daily plan for work using Linear issue IDs or free-form task descriptions: /daily-create ENG-123 "Prepare meeting agenda"

Frequently Asked Questions about daily-create

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

FAQPage Schema
How do I automate daily task planning with Linear issues?

Automated daily task planning with Linear issues uses Python and Linear MCP to fetch issue details, classify priorities, and generate a structured daily task plan, eliminating manual list creation.

How does automated priority classification work for Linear tasks?

Automated priority classification maps Linear task priorities into 'Blocker', 'Critical', 'Important', or 'Optional' categories based on defined criteria to structure your daily execution plan effectively.

Do I need Python and Linear MCP to manage daily execution tracking?

Yes, you need Python and Linear MCP to manage daily execution tracking, as these dependencies fetch Linear issue details, update task statuses, and manipulate the structured daily plan data.

Can I add free-form tasks alongside Linear issue IDs in my daily plan?

Yes, you can add free-form tasks alongside Linear issue IDs. The plan maintenance feature allows you to input manual task descriptions while fetching detailed information for tracked Linear issues.

What specific task details are fetched from Linear during daily plan creation?

During daily plan creation, the system fetches task descriptions, priority levels, estimates, labels, and previous notes from Linear issues to provide comprehensive execution context.

What are the limitations of using Linear MCP for task management?

Limitations of using Linear MCP for task management include the hard dependency on Python and MCP availability; without proper configuration, automated task fetching and execution tracking cannot function.