plan

Generate compact task notes with YAML frontmatter for small Srtforge tasks.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/StiensGate928/Srtforge --skill plan-stiensgate928
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/StiensGate928/Srtforge/tree/main/.agents/skills/plan
Command: npx skills add https://github.com/StiensGate928/Srtforge --skill plan-stiensgate928

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plans small Srtforge tasks by generating compact task notes that document objective, non-goals, files, acceptance criteria, and handoff requirements.

Core Features & Use Cases

  • Creates a concise task note under docs/agent/tasks/<slug>.md
  • Defines scope: tasks under two hours, touching one layer, and not altering worker protocol, CI, packaging, or architecture
  • Lists required reading and references: AGENTS.md, CODEX.md, docs/agent/WORKFLOW.md, docs/agent/TASK_TEMPLATE.md, docs/agent/HANDOFF.md, and relevant sources
  • Provides the exact Windows PowerShell commands shown in the plan
  • Specifies acceptance outputs and failure handling

Quick Start

Create a new task note by copying docs/agent/TASK_TEMPLATE.md to docs/agent/tasks/<slug>.md and editing it.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I create concise task notes for small Srtforge automation work?▼

To create concise task notes for Srtforge automation, copy the task template to docs/agent/tasks/<slug>.md and document the objective, non-goals, required files, acceptance criteria, and handoff requirements.

What is the scope limit for generating a compact Srtforge task plan?▼

A compact Srtforge task plan applies to work under two hours, touching one layer, and must not alter worker protocol, CI, packaging, or architecture to keep execution focused.

How do I document acceptance criteria and handoff requirements in a workflow plan?▼

Document acceptance criteria and handoff requirements by filling out the structured plan body, specifying exact PowerShell commands, expected outputs, and failure handling directives.

Do I need YAML frontmatter for Srtforge task documentation?▼

Yes, Srtforge task documentation requires YAML frontmatter containing the task name and description, while also supporting optional resources to satisfy project requirements.

What files do I need to read before generating task notes for Srtforge?▼

Before generating task notes, read AGENTS.md, CODEX.md, docs/agent/WORKFLOW.md, docs/agent/TASK_TEMPLATE.md, docs/agent/HANDOFF.md, and relevant source files to align with workflow.

When should I not use a compact task note for software engineering work?▼

You should not use a compact task note for work exceeding two hours, touching multiple layers, or altering worker protocols, CI pipelines, packaging, or system architecture.