Skip to content

Inconsistency Between Van Routing Examples and Component Agent Requirements #19

@defangc23

Description

@defangc23

Description

There's a design inconsistency between the /van command documentation and the component-implementation-agent implementation requirements.

Problem Details

In templates/commands/van.md:

  • Describes USER IMPLEMENTATION MODE (Direct Agent Routing - DEFAULT)
  • States: "No TaskMaster: Bypass research coordination for practical development"
  • Example shows direct routing without task ID:
Task(subagent_type="component-implementation-agent", 
     prompt="Build React todo app with TypeScript - use Context7 for latest React patterns, implement TDD workflow")

In templates/agents/component-implementation-agent.md:

  • MANDATORY TASK FETCHING PROTOCOL
  • Requires: "I MUST fetch the Task ID from TaskMaster BEFORE any implementation"

If I try to proceed with a simple task , will I get this Error message: "CANNOT PROCEED WITHOUT TASK ID" if no task ID provided ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions