forge-add-task

Add a task to an existing slice and update its PLAN.md file.

3|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/vh2224/forge-agent --skill forge-add-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forge-add-task
Source: https://github.com/vh2224/forge-agent/tree/main/skills/forge-add-task
Command: npx skills add https://github.com/vh2224/forge-agent --skill forge-add-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Adiciona uma task a um slice existente dentro do fluxo Forge Agent, permitindo ampliar o trabalho sem redefinir o milestone ou replanejar tudo.

Core Features & Use Cases

  • Task augmentation: Adiciona uma task a um slice existente, estendendo o fluxo de trabalho sem criar um novo slice.
  • Context preservation: Mantém o contexto do slice e do milestone atual para continuidade entre tasks.
  • Automated planning entry: Cria e atualiza a entrada de planejamento T##-PLAN.md para a nova task, vinculando-a a S## e M###.

Quick Start

Descreva a meta da nova task em uma frase clara para que o agente crie automaticamente a entrada T##-PLAN.md no slice ativo.

Frequently Asked Questions about forge-add-task

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

FAQPage Schema
How do I add a task to an existing slice without replanning the entire milestone?

To add a task to an existing slice safely, you can append a new task by parsing the slice identifier (S##) and optional task ID (T##), then updating the S##-PLAN.md file while preserving the existing milestone context.

What is the process for updating a slice plan file when appending a new task?

Updating a slice plan file involves parsing the S## input and optional T## target, then writing the new T## entry into S##-PLAN.md. This maintains continuity by referencing context from M###-ROADMAP.md and related planning files.

Can I target a specific task ID during planning sessions within a slice?

Yes, you can target a specific task ID by providing the optional T## parameter during the planning session. This allows precise planning entry creation while appending the task to the designated S## slice.

Does adding a task to a slice preserve the existing milestone and roadmap context?

Adding a task to a slice preserves milestone and roadmap context by referencing M###-ROADMAP.md and related files during the update. This ensures continuity across tasks without redefining the milestone or replanning the workflow.

What format should the task description be in when creating a new planning entry?

The task description should be a single clear sentence stating the goal of the new task. This allows the agent to automatically generate and update the T##-PLAN.md planning entry linked to the active slice.

When should I avoid appending tasks to an existing slice during workflow planning?

You should avoid appending tasks to an existing slice if the new work requires redefining the milestone or fundamentally altering the workflow. This approach is designed for task augmentation that extends the slice without replanning everything.