fsd:add-task

Detect the current local project and append a task to its todo file.

7|3|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/tbeack/fsad_playbook --skill fsd-add-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fsd:add-task
Source: https://github.com/tbeack/fsad_playbook/tree/main/skills/add-task
Command: npx skills add https://github.com/tbeack/fsad_playbook --skill fsd-add-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates multi-project task creation by detecting the active local project and appending a new task entry to the project's todo file, ensuring consistency with each project's conventions.

Core Features & Use Cases

  • Auto-detects the current project from the working directory and shared fsd/projects.yaml, then formats and inserts a new task bullet into the project's todo list.
  • Applies project-specific conventions (prefix, numbering, todo-file layout, and per-task detail file templates) and creates a detailed note when configured.
  • Supports onboarding new projects interactivey if the current directory doesn't match any known project.

Quick Start

Open a local project and use this skill to add a new task to the appropriate todo list, creating a per-task detail file if configured.

Frequently Asked Questions about fsd:add-task

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

FAQPage Schema
How do I automatically add a task to a local project's todo list?

To automatically add a task, this skill detects the active local project from the working directory and appends a new task entry to the project's todo file, applying project-specific formatting and numbering conventions.

How does multi-project task automation detect which project I am working in?

Multi-project task automation detects the current project by matching the working directory against shared project conventions defined in the ~/.claude/commands/fsd/projects.yaml configuration file.

Can I generate detailed task notes when adding a todo entry to my project?

Yes, you can generate per-task detail files when adding a todo entry, provided the feature is enabled in your project-specific configuration templates.

What happens if my current directory does not match any known project conventions?

If the current directory does not match any known project, the skill supports onboarding new projects interactively to establish the required tracking conventions.

Does multi-project task tracking enforce specific formatting and numbering rules?

Yes, multi-project task tracking reads and adheres to project-specific formatting, prefix rules, and numbering templates to ensure consistent task entries across different local projects.

What is the best way to manage tasks across multiple local development projects?

The best way to manage tasks across multiple local projects is using an automated skill that detects the active directory, applies predefined formatting conventions, and appends entries directly to the appropriate todo file.