Tools provided
Tools the agent exposes — your AI client calls them automatically when it needs them.
- run_full — Run end-to-end: take a caller-provided PRD/spec text, analyze it into grounded ticket skeletons, draft tickets via the LLM (with a deterministic template fallback), and return a DRAFT-ONLY TicketProposal (created_ids=[], requires_confirmation=true). Never creates anything.
- analyze_prd — Pure deterministic analysis (no LLM): parse the PRD into sections and grounded ticket skeletons with priority + dependency hints.
- create_tickets — STUB / APPROVAL GATE: would create the proposed tickets in an issue tracker, but this connector-free build NEVER writes. Always refuses and returns the draft proposal plus a confirmation-required notice.
- list_capabilities — List the agent's static capabilities: tools, archetype, and guardrail invariants.
- plan_inputs — Plan/brainstorm the inputs for a tool: returns the questions, schema and a ready-to-edit example.