Repository inventory

tom555my/dev-kit

Skills indexed from this repository, with install-style signals scoped to the repo.
4 skills0 GitHub stars0 weekly installsShellGitHubOwner profile

Overview

This skill generates well-structured development tickets under .dev-kit/tickets/ based on user requests, performs dependency and prerequisite analysis, and organizes work into an ordered ticket hierarchy. It stops after producing tickets and awaits user confirmation before any implementation. When input is missing or ambiguous, it creates prerequisite clarification tickets to unblock planning.

How this skill works

I parse the user's request to identify the desired outcome, beneficiaries, and scope. Then I inspect project docs (.dev-kit/docs/PROJECT.md and .dev-kit/docs/TECH.md) for missing architecture decisions or infrastructure; I create prerequisite tickets for any unmet foundations. Finally, I break work into atomic tickets, link dependencies, and write one Markdown ticket file per outcome in .dev-kit/tickets, using the project's ticket-numbering script to sequence them.

When to use it

  • Breaking down a new feature request into implementation-ready tickets
  • Creating bug reports with clear acceptance criteria and dependencies
  • Planning work from a high-level spec or product brief
  • Organizing development tasks and ordering prerequisites before implementation
  • When you need explicit prerequisite or design-decision tickets before coding

Best practices

  • Provide a clear user story, scope boundaries, and acceptance hints when requesting tickets
  • Attach relevant doc links (designs, TECH.md, PROJECT.md, Figma) to avoid placeholder resources
  • Confirm project code (XXXX) via /dev-kit.init so tickets get proper filenames and sequencing
  • Review produced ticket order and approve prerequisite tickets before asking for implementation
  • Keep one outcome per ticket and call out blockers explicitly using ticket references

Example use cases

  • User: “Implement logo generation with Stripe billing” → outputs decision tickets (Stripe choice), infra tickets (payments webhook), then feature tickets
  • User: “Fix credit decrement bug” → generates investigation ticket, bug fix ticket, and audit-logging prerequisite if missing
  • User: “Plan GenAI integration” → creates provider decision ticket, API layer ticket, and client integration tickets in order
  • User: “Break down product spec into tasks” → returns an ordered ticket list with dependencies and acceptance criteria

FAQ

I generate a prerequisite clarification ticket that asks for missing inputs (scope, users, success criteria, relevant docs) and stop. You should provide answers before I create feature tickets.

Will you implement the tickets you create?

No. I only generate and document tickets. Implementation begins only if you explicitly request “implement ticket #XXXX”.

4 skills

More from this maintainer
Other repositories and skills published under the same GitHub owner.
Skills library
Jump back to the full directory or explore grouped topics.
Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational