spec-loop-plan-task

>-

Skill file

Preview skill file
---
name: spec-loop-plan-task
description: >-
  Choose the route for new work and plan it before execution. Use this
  skill to decide whether the work is taskless, chat-only, or
  task-file, and to create the needed plan for non-trivial
  implementation work or investigation work that needs its own task.
---

Use this skill for route selection and task planning before execution.

Read this file fully unless it is already loaded in the current
session context. Apply project instructions such as `AGENTS.md` when
present.

If these rules are already in context, keep a short digest and re-read
only if the digest is missing or the user says the rules changed.

## Core rules

- Work starts in PLAN.
- PLAN may change planning artifacts only.
- A Spec Loop task is a planned, approval-gated, reviewable unit of
  work.
- Non-trivial implementation work requires a task.
- Investigation work requires a task only when it needs explicit
  planning, separate tracking, or a reviewable output.
- Starting EXECUTION requires explicit user approval. A directive such
  as `implement`, `investigate`, `go ahead`, `proceed`, or `apply`
  counts as approval only when the active task is ready and the
  directive clearly refers to that task. If readiness or the referent
  is unclear, ask.
- Only the user may override these rules.

If `AGENTS.md` conflicts with these rules, stop and ask the user.
If the assistant stops or pauses, explain why.

If the user explicitly asks for a route, planning procedure, or
sectioned task format, do not simplify it unless the user explicitly
agrees.

After execution approval for implementation work, follow
[spec-loop-implementation-flow/SKILL.md](../spec-loop-implementation-flow/SKILL.md).
After execution approval for investigation work, perform only the
approved investigation, record final output in `Findings`, satisfy any
`Test specification`, and present or move the task/subtask to
`review` using the active path.

## Mandatory clarification gate

Before drafting or revising a planning artifact as current truth,
check whether any important open decision remains about scope,
behavior, policy, conceptual model, conceptual contract boundaries,
constraints, route, acceptance logic, or verification.

If yes, do only enough research to frame the open decision clearly
and use [spec-loop-clarify-task/SKILL.md](../spec-loop-clarify-task/SKILL.md) before continuing. Do
not wait for the user to ask for clarification explicitly.

If clarification returns an unresolved blocker that needs ADR work or
separate investigation work, route that work before continuing the
blocked task plan.

## First classification

Classify each work item as one of:
- standalone documentation;
- trivial implementation work;
- non-trivial implementation work; or
- investigation work.

Treat implementation work as non-trivial when any of these hold:
- it spans multiple files and is not a straightforward mechanical
  edit;
- it needs research or exploration before editing;
- it spans modules, packages, or plugins;
- it changes public or shared APIs;
- it needs targeted test design or verification beyond a mechanical
  edit; or
- more than one plausible implementation path exists.

Investigation work means research, spike, prototype, catalog, proof,
or similar evidence-gathering whose output is knowledge or a
reviewable artifact rather than product change. It needs a task only
when the investigation itself needs explicit planning, separate
tracking, or a reviewable output. Ordinary planning research stays in
PLAN inside the current task or chat state. Investigation work must
not ship product, test, build, config, runtime, or coupled
documentation changes; plan that scope as implementation work.

Standalone documentation work is taskless by default unless the user
or project rules require a task.

For route selection:
- for trivial implementation work, ask: `This looks trivial. May I do this
  without a plan?`
- for any work requiring a task, ask: `This needs a Spec Loop task.
  May it be chat-only, or do you want a task file?`

Before drafting a task or starting EXECUTION, state the route:
- `Planning route: chat-only task`
- `Planning route: task-file`
- `Proposed route: taskless, pending your agreement`

Do not ask extra permission questions for already requested work,
except the route-selection prompts required here.

## Phase model

Phases:
- **PLAN** = research, design/spec, test specification, and
  investigation planning for tasks.
- **EXECUTION** = approved task work. For implementation work, this
  means implementation changes and their coupled updates.
- **DONE** = verified and accepted.

Rules:
- work starts in PLAN and returns to PLAN after each work item unless
  the user says otherwise;
- during PLAN, commands may be used for research or verification only
  if they do not change repository contents outside planning
  artifacts;
- any implementation change to behavior, tests, build or config,
  dependencies, packaging, runtime assets, or coupled documentation is
  EXECUTION and needs explicit user instruction;
- phases are exclusive unless the user allows combined planning and
  execution.

Standalone documentation work is outside this phase model unless the
user or project instructions say otherwise.

Re-run the mandatory clarification gate whenever later drafting
exposes a new material branch.

## Route selection

Choose among:
- taskless handling;
- chat-only task; or
- task-file.

Work requiring a Spec Loop task must use either the chat-only route
or the task-file route.

Use task-file if any of these hold:
- an active task file already governs the same work item;
- a file-based work breakdown or multiple tracked work items are
  needed;
- subtasks are needed;
- final clarification or plan state would be unsafe to keep only in
  chat;
- research or design is complex enough that a durable artifact is
  safer;
- project rules require a task file; or
- the user prefers a task file.

Otherwise chat-only is allowed.

When later implementation follow-up appears after a task or subtask
already in `review` or `done`, or after a chat-only task already
presented as ready for User review, return to PLAN and re-run route
selection. Reuse the existing task artifact only when the shared
follow-up rule in [common-task-guidance.md](common-task-guidance.md) still allows it to govern
the same active work item.

## Planning content

For a Spec Loop task, planning uses the same task sections for
implementation and investigation. It must cover current scope,
material clarified decisions, relevant research and constraints,
Design, review expectations, and needed verification.

Use the shared task guidance from
[common-task-guidance.md](common-task-guidance.md).

## Route-specific handling

### Taskless

Taskless by default:
- standalone documentation work; and
- ADR-only work.

For implementation work, taskless is allowed only when the work is trivial
and the user explicitly agrees.

Investigation work that does not need explicit planning, separate
tracking, or a reviewable output is handled inside the current
clarification or planning flow, not as a separate task.

### Chat-only

Use the chat-only route only while canonical task state can safely
remain in chat.

When this route is in use:
- read [chat-only-path-guidance.md](chat-only-path-guidance.md) fully; and
- follow it together with [common-task-guidance.md](common-task-guidance.md).

If durable state becomes unsafe to keep only in chat, switch to the
task-file route before continuing.

### Task-file

When this route is in use:
- read [task-file-path-guidance.md](task-file-path-guidance.md) fully;
- use it together with [common-task-guidance.md](common-task-guidance.md);
- create or update the active task file before EXECUTION starts; and
- use `tasks/` as the default task directory when project
  instructions do not define one.

Before requesting execution approval for task-file work, use
[spec-loop-prepare-execution-approval/SKILL.md](../spec-loop-prepare-execution-approval/SKILL.md).

## ADR routing

ADR-only work is taskless by default. Use
[spec-loop-write-adr/SKILL.md](../spec-loop-write-adr/SKILL.md) for ADR location, naming,
structure, and update rules.

If task planning or accepted investigation findings show that a
durable architecture or policy decision is needed, route ADR work
through [spec-loop-write-adr/SKILL.md](../spec-loop-write-adr/SKILL.md).
Do not hide ADR work inside clarification.

If ADR work is part of a larger implementation change, keep it in
that task and use [spec-loop-write-adr/SKILL.md](../spec-loop-write-adr/SKILL.md) during
EXECUTION.

## Glossary policy

Default glossary policy:
- glossary use is opted in;
- project or session instructions may opt out;
- when the project uses the Spec Loop AsciiDoc glossary format, use
  [spec-loop-write-glossary/SKILL.md](../spec-loop-write-glossary/SKILL.md);
- otherwise follow the project's glossary format.

Recognize `glossary.adoc` and `glossary.md` as project glossary files.
If both exist, ask which one is canonical before updating either.

Once a project glossary exists, treat it as the shared domain-language
source above individual tasks and code. If no explicit project
glossary exists, use `Research` plus the existing codebase as the
source of current domain language until a project glossary is created.

The presence or absence of a project glossary does not by itself
determine whether a task or subtask needs task `Glossary`. It
determines only which shared domain-language source task vocabulary
and task-glossary deltas are compared against.

When approved work changes, clarifies, or implements shared domain
terms, include any required glossary work in the plan. Perform project
glossary file edits during EXECUTION. If no project glossary
exists, create one during EXECUTION only when the task plan,
project instructions, or the User requires project-level glossary
work.

When a task or subtask needs `Scenario` or `Glossary`, read
[scenario-and-glossary-guidance.md](scenario-and-glossary-guidance.md) and follow it. Task
`Glossary` sections are planning artifacts; project glossary file
edits happen only during EXECUTION.

## Related skills

Use [spec-loop-setup-doc-rendering/SKILL.md](../spec-loop-setup-doc-rendering/SKILL.md) for rendering setup.

Source

Creator's repository · dpolivaev/spec-loop

View on GitHub

Security

Security checks in progress
Results will appear here once audits complete
Checked by 3 independent security firms
Does it try to trick the AI?Not yet checkedPending · Gen Agent Trust Hub
Does it sneak in hidden code?Not yet checkedPending · Socket
Does it have known bugs?Not yet checkedPending · Snyk