一键导入
ticket-building-system
Use when creating, editing, or triaging tracker-neutral tickets, issues, bugs, spikes, epics, features, or implementation tasks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when creating, editing, or triaging tracker-neutral tickets, issues, bugs, spikes, epics, features, or implementation tasks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when writing, reviewing, or refining Gherkin, BDD scenarios, acceptance criteria, feature files, behavior specs, examples, user journeys, business rules, edge cases, or Given/When/Then wording.
Use when writing, reviewing, editing, or renaming tests, variables, functions, classes, types, components, scenarios, tickets, branches, or other identifiers where names may be vague, implementation-focused, misleading, or hard to understand.
Use when reviewing the active or named branch against a target branch, drafting GitHub review comments, verifying findings locally, or coordinating focused reviewer subagents.
Use for software development feature or bugfix work that should follow a strict red, green, refactor loop with isolated subagents, verified failing tests, minimal implementation, review gates, commits, pull requests, and ticket observations.
Use when validating that an Epic, Feature, parent ticket, or ticket subtree is coherent, dependency-safe, testable, and ready before implementation or TDD orchestration.
Use when building, grooming, or refining an Epic, Feature, parent ticket, or ticket tree before implementation so work can be manually reviewed, promoted from triage, and later executed with TDD.
| name | ticket-building-system |
| description | Use when creating, editing, or triaging tracker-neutral tickets, issues, bugs, spikes, epics, features, or implementation tasks. |
Tracker-neutral workflow for drafting, reviewing, editing, and optionally creating tickets. Draft useful plain Markdown first, keep tracker metadata explicit, and require review before any externally visible create or edit action.
Use these tiers as defaults unless the team, tracker, or user provides a different taxonomy.
| Tier | Definition | Default Placement |
|---|---|---|
| Epic | Top-level user story or full functionality | None |
| Feature | Scoped capability within a larger outcome | Parent Epic recommended |
| Task | Technical implementation work | Parent Feature recommended |
| Bug | Defect, regression, or unexpected behavior | Parent Feature or affected area optional |
| Spike | Time-boxed research or validation | Parent Feature or decision area optional |
Ask only for the minimum information needed to write an accurate ticket. Ask follow-ups only when missing information would make the ticket inaccurate or too vague.
| Tier | Required Fields |
|---|---|
| Epic | Summary, Desired Outcome, Acceptance Criteria, Notes |
| Feature | Summary, Desired Outcome, Acceptance Criteria, Estimate, Notes, Parent or area when required |
| Task | Summary, Desired Outcome, Acceptance Criteria, Notes, Parent or area when required |
| Bug | Summary, Steps to Reproduce, Current Behavior, Expected Behavior, Severity, Notes |
| Spike | Summary, Research Question, Time Box, Expected Output, Notes, Parent (optional) |
When ticket scoping needs role-specific input, prefer sub-agents over CLI prompts:
Alternative: Use the-agency CLI to spawn specialist prompts (e.g., the-agency product product-manager, the-agency engineering engineering-senior-developer).
Use a native tracker or team template when the user explicitly asks for that tracker and the template is available. Otherwise use the local Markdown templates.
| Tier | Template File | When to Use |
|---|---|---|
| Epic | references/template-epic.md | New user story or full functionality |
| Epic planning | references/template-epic-planning.md | Complex epics requiring scope, milestones, dependencies |
| Feature | references/template-feature.md | Scoped module within an Epic |
| Task | references/template-task.md | Technical implementation work |
| Bug | references/template-bug.md | Defects, regressions, unexpected behavior |
| Spike | references/template-spike.md | Time-boxed research or validation |
Validation: references/validation-checklist.md
references/template-{type}.md.Todo.references/validation-checklist.md.Notes only for constraints, context, or evidence that materially changes understanding.Use $ticket-building-system to draft a bug ticket for the tenant switcher 500 error.Use $ticket-building-system to create an issue under the parent ticket I linked for improving audit log filters.Use $ticket-building-system to draft a task ticket for cleaning up stale feature flags.Use $ticket-building-system to create a spike for evaluating caching strategies.