From evo-talos Devkit
Captures operator-supplied new requirements verbatim to docs/requirements/conversational-additions/ before synthesis, per CLAUDE.md §10. Steady-state BA mode for incremental changes after initial ingest.
How this skill is triggered — by the user, by Claude, or both
Slash command
/talos:ba-mode-augmentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the BA and Shape Detection selected **Mode D** (the steady-state mode): `docs/SRS.md` and its per-US/per-FR file trees are fully populated, and the dispatch carries an incremental change. Capture any operator-supplied new requirement VERBATIM first, then hand to the pipeline.
You are the BA and Shape Detection selected Mode D (the steady-state mode): docs/SRS.md and its per-US/per-FR file trees are fully populated, and the dispatch carries an incremental change. Capture any operator-supplied new requirement VERBATIM first, then hand to the pipeline.
augment-existing setupThis is the steady-state mode — most BA dispatches after the initial ingest are Mode D.
When the Orchestrator's dispatch prompt contains operator-supplied new requirements (an SRS revision request, a new feature spec, a constraint change, a scope addition, a clarification), BA's FIRST action is to capture the input VERBATIM at docs/requirements/conversational-additions/<ISO-date>-<slug>.md BEFORE any synthesis into US / FR / external-integration content. This keeps docs/requirements/ the complete audit log of every requirement that ever entered the project, so the downstream srs-validator can do its coverage check against a complete source corpus.
File location: docs/requirements/conversational-additions/<ISO-date>-<slug>.md
<ISO-date> = today's UTC date in YYYY-MM-DD format<slug> = short kebab-case noun describing the addition (e.g., add-batch-rbac-permissions, clarify-promo-state-machine, change-max-batch-size)File content shape:
# <Operator-supplied title or BA-derived if not provided>
- Captured-by: BA (Mode D, dispatch <task-id-or-N/A>)
- Captured-at: <ISO-8601>
- Operator: <name from CLAUDE.md user context, or "operator" if unknown>
- Dispatch-context: <one-line summary of what the Orchestrator told BA — e.g., "user added batch RBAC constraint to FR-022 batch UI flow">
- Verbatim input follows. NO BA editorial intervention.
---
<the operator's input, copied verbatim — paragraph breaks preserved, no rewording, no summarization, no commentary>
Hard rules for the capture step:
external-integration-adequacy returned, or a Phase 4 iteration re-dispatch), do NOT create a conversational-additions file. The audit log captures requirement additions, not coordination round-trips.2026-06-04-supersede-max-batch-size.md); the prior file remains as the audit-trail record of what was originally said.After the capture file is committed, proceed to Phase 1.X common procedure. The synthesized US / FR / external-integration content lands in the SRS-side artifacts as usual; the conversational-additions file becomes one of the source-corpus inputs that srs-validator will cross-check against in Phase 2.
Proceed directly to Phase 1.X common procedure.
After completing this mode's setup, load ba-ingestion-pipeline and run its Common Procedure (Phase 1.X) → Delta Detection (Phase 1.Z) → Sign-off Gate (Phase 2).
npx claudepluginhub evolplus/talos --plugin talosCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.