10XTeams/trio
Agent
Use this subagent to turn a completed test report into a subsprint plan (source: bugfix). By default it auto-selects the latest report under docs/Test-Report/ (the folder with the largest - prefix) — no user confirmation needed. The agent traces each failure back to the PRD (docs/PRD/), TDD (docs/TDD/), and actual…
10XTeams/trio
Agent
Use this subagent to insert UI screenshots into a PRD document. It reads the target PRD, discovers the page/route list and test-account credentials from docs/TDD/0.common/, logs in via Playwright MCP, captures one screenshot per function/page referenced by the PRD, saves them under docs/PRD/ /screenshots/, and edits…
10XTeams/trio
Agent
Use this subagent to write or update the detailed PRD for a single module. It reads docs/PRD/PRD-Overview.md and the relevant code, confirms the target module folder and sub-module list with the caller, writes the module overview (0. -overview.md), and writes per-sub-module files with a business-language Mermaid flow…
10XTeams/trio
Agent
Use this subagent to cross-check the URS against all PRD documents and emit a structured gap report. It lists (1) features in PRD not in URS, (2) features in URS not in PRD, (3) PRD items marked "待实现 / TODO / Phase 2", and writes a JSON file to trio/iteration/gap-check/Gap Check -MMDD- .json — the is the next integer…
10XTeams/trio
Agent
Use this subagent to write the PRD overview document (docs/PRD/PRD-Overview.md) in Simplified Chinese. It reads the URS and the existing code, proposes a module grouping, confirms the module list with the caller, creates numbered module folders under docs/PRD/, and writes the three-part overview (system overview, key…
10XTeams/trio
Agent
Use this subagent to execute a subsprint plan in place. The agent reads the plan, applies each task's code-path edits under code/ and doc-path edits under docs/ directly (no isolation, no per-task commits, no diff approval), verifies each task, and reports completion. Required input: plan — plan path (absolute)…
10XTeams/trio
Agent
Use this subagent to produce a fresh (user-authored) subsprint plan that does NOT originate from a test report. Two phases. phase=init creates trio/subsprint/ -MMDD- / with an empty skeleton -subsprint-plan.md plus a notes/ folder where the user drops design docs / screenshots / brainstorm notes. phase=finalize reads…
10XTeams/trio
Agent
Use this subagent to write or update test case documents under docs/Test-Case/ / and the matching automation scripts inside whatever test directory already exists under code/. Two modes — audit-driven (decision = add / skip / rewrite): each TC is derived from the PRD's business process + key page functions, assigned a…
10XTeams/trio
Agent
Use this subagent to generate (or regenerate) docs/TDD/0.common/code-structure.md — a tech-stack-agnostic index that maps every PRD module to its concrete code paths (frontend routes + pages + stores + API clients; backend routes + handlers + services + data access + tables). Requires docs/TDD/0.common/tech-stack.md…
10XTeams/trio
Agent
Use this subagent to write or update per-module Technical Design Documents under docs/TDD/ /. For the specified module it aligns the TDD folder structure to PRD, reads the PRD and code, and writes process-flow docs per sub-module plus 0.database-design.md and 1.api-design.md. It uses…
10XTeams/trio
Agent
Use this subagent to execute E2E test cases via Playwright MCP. It performs login (if required), runs each test case's steps in a real browser, captures snapshots/screenshots, judges pass/fail against expected results, and returns a structured result per test case (including bug details for failures). Invoke it from…
10XTeams/trio
Agent
Use this subagent to turn a triaged URS-PRD gap-check JSON into a subsprint plan (source: gap). By default it auto-selects the latest file under trio/iteration/gap-check/ (the file with the largest prefix). It reads every item in Part 2 (URS-requires-but-PRD-missing) and Part 3 (PRD-marked-待实现) whose decision field…