Skip to content

task-bootstrap

Zero-Costdiscovery

Orient the agent, load project context, identify scope and unknowns before any implementation starts.

Use when starting a new task with unclear scope, before any implementation begins, when requirements are vague or ambiguous, or when the agent needs to orient itself on what the user actually wants.

Triggers: “start this task”, “I need help with”, “unclear requirements”, “orient yourself”, “what should we do”

After scope is locked, task-bootstrap auto-chains to the highest-confidence downstream instruction:

  • system-design
  • feature-implement
  • evidence-research
  • code-review
  • strategy-plan
  • issue-debug
  • code-refactor
  • test-verify
  • agent-orchestrate
  • policy-govern
  • enterprise-strategy
  • physics-analysis

Before scope analysis, these companion tools should be invoked to load context:

  • agent-snapshot — codebase baseline
  • agent-session — session-scoped artifacts
  • agent-memory — long-term TOON context

periodic — reactivated periodically in continuous/agent sessions to catch stale context before it causes routing errors.

{
"request": "I need to add OAuth2 to the admin portal but I'm not sure where to start"
}

Output: Scope document listing known requirements, open unknowns, suggested next instruction (system-design or feature-implement), and context gaps to resolve.