Skip to content

[Agent · Phase 10] paper_tasker #81

@jeremymanning

Description

@jeremymanning

Parent phase: #54

Purpose

Drive /speckit.tasks + /speckit.analyze for the paper; emit tasks with [kind:<value>] tokens.

What it produces / drives

Writes paper/specs/<n>-<slug>/tasks.md where every task line has a [kind:...] token (prose|figure|statistics|lit-search|reference-verification|proofread|latex-build|latex-fix).

Dependencies

This agent depends on output from: paper_planner

Acceptance criteria

  • EVERY task line has a [kind:...] token (no untagged tasks)
  • Mode-B revision loop bounded by TASKER_MAX_REVISION_ROUNDS
  • Same Mode-B prose-stub guards as research-side tasker

Manual test plan

  1. Project at paper_planned
  2. Run one step
  3. grep -c '\[kind:' paper/specs/*/tasks.md must equal grep -c '^- \[' paper/specs/*/tasks.md
  4. Verify kind tokens are valid

Implementation pointer

  • Registry entry: agents/registry.yamlname: paper_tasker
  • Prompt: agents/prompts/paper_tasker.md
  • Code: search src/llmxive/ for the class

Metadata

Metadata

Assignees

No one assigned

    Labels

    pipeline-agentTracks one agent within a pipeline phase

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions