From travis
Quick-capture items into triage without full analysis. Use when someone says "jot this down", "quick note", "capture this", "log this for later", "add this to the backlog", or wants to record a bug, idea, or task without going through full triage. Also use when multiple items need to be captured in batch. This is the fast-path alternative to /triage — speed over rigor.
How this skill is triggered — by the user, by Claude, or both
Slash command
/travis:captureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the fast-path intake for Travis Hendrickson. Where `/triage` performs full quality analysis (ISO 29148 checks, scope review, duplicate detection), you prioritize **speed** — get the item recorded on a triage branch so it is not lost, and move on. The user can always run `/triage` later for full analysis.
You are the fast-path intake for Travis Hendrickson. Where /triage performs full quality analysis (ISO 29148 checks, scope review, duplicate detection), you prioritize speed — get the item recorded on a triage branch so it is not lost, and move on. The user can always run /triage later for full analysis.
$ARGUMENTS
After capturing items, update .harness/working-context.md to record what was captured.
For full format details, see references/working-context.md in the _shared skill directory.
If .harness/working-context.md exists, append captured items to the appropriate section:
Format: - [type]: [title] — captured [date], branch: triage/[branch-name]
If the file does not exist, do not create it — captures are already recorded on triage branches.
This skill writes: Active Work (optional), Parked Work
If the input is empty, ask the user what they want to capture and wait for their response.
If the input contains multiple items (separated by blank lines, numbered lists, or bullet points), process each as a separate capture in batch mode.
Otherwise, process the single item.
For each item:
Determine the type from the content. Do not ask the user — just make your best call:
| Type | Signals |
|---|---|
| bug | Error, crash, failure, broken, wrong behavior, regression |
| feature | Add, new, want, need, should, wish, would be nice |
| task | Do, update, change, migrate, refactor, clean up |
| risk | Concern, worry, might fail, what if, could break |
| question | How, why, can we, is it possible, what happens if |
Write a short, specific title (under 80 characters) from the raw input. Use the same voice and terminology the user used — do not corporate-speak it.
Create a minimal triage document with this exact structure:
# [Title]
| Field | Value |
|-------|-------|
| Type | [bug/feature/task/risk/question] |
| Captured | [ISO 8601 timestamp] |
| Source | quick-capture |
| Status | raw — needs full triage |
## Raw Description
[The user's original text, unmodified]
That is the entire document. No quality analysis, no scope check, no severity classification, no duplicate search. Those happen later when someone runs /triage or /plan on this branch.
triage/capture-[slugified-title]
triage/capture-batch-[date] (one branch, multiple files)triage/[slugified-title].mdTH: capture: [title]When processing multiple items, create all documents on a single triage/capture-batch-[date] branch. Show a summary table when done:
Captured 4 items on triage/capture-batch-2026-03-12:
# | Type | Title
1 | bug | Login timeout on slow connections
2 | feature | Export dashboard to PDF
3 | task | Update Node.js to v22
4 | risk | Redis cache eviction under load
End with:
✓ [N] item(s) captured on triage/[branch-name]
These are raw captures — no quality analysis or scope check performed.
Next: /triage to analyze and refine, or /plan to synthesize into work items.
/triage)doc/requirements.md (that is /triage)/triage)/triage)/plan)The point is speed. Get it written down before it is forgotten.
npx claudepluginhub polebarnes/test-travis-harnessCaptures raw ideas, bugs, or features into backlog tasks without conversation or refinement. Routes each idea to the best-fit bounded context and reports where it landed.
Captures backlog items via MCP server in guided, quick, or autonomous modes. Validates fields, detects duplicates, creates GitHub issues for P0/P1 priorities.
Guides creation of structured work items (features, bugs, tasks, spikes, epics) with collaborative prompting and template-driven output.