ticket-pack-builder

Creates repo-local ticket systems and backlogs for OpenCode-style projects.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/merceralex397-collab/Scafforge --skill ticket-pack-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ticket-pack-builder
Source: https://github.com/merceralex397-collab/Scafforge/tree/main/skills/ticket-pack-builder
Command: npx skills add https://github.com/merceralex397-collab/Scafforge --skill ticket-pack-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This tool provides a self-contained, repo-local ticket system to decompose work into a structured backlog that agents can follow without re-planning the entire project.

Core Features & Use Cases

  • Backlog generation: creates a machine-readable manifest, a human-readable board, and per-ticket files to organize work.
  • Workflow integration: aligns with OpenCode-style projects and supports bootstrap, refine, and remediation modes.
  • Use Case: scaffolding a new repository or retrofitting an existing one with a clear, ticket-driven plan.

Quick Start

Bootstrap the backlog by generating the initial manifest, board, and ticket files for the repository.

Frequently Asked Questions about ticket-pack-builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a repo-local ticket system and backlog for autonomous agents?

To create a repo-local ticket system, the Skill generates a machine-readable manifest, a human-readable board, and per-ticket files. This structures work into a backlog that autonomous agents can follow without re-planning the entire project.

What files are generated when scaffolding a ticket backlog in a repository?

Scaffolding a ticket backlog generates specific files: tickets/manifest.json for machine-readable tracking, BOARD.md for human-readable oversight, individual tickets/*.md files, and integration with .opencode/state/workflow-state.json.

Can I retrofit an existing repository with a structured ticket board?

Yes, you can retrofit an existing repository with a structured ticket board. The Skill supports retrofit backlog maintenance and post-audit repair workflows, decomposing existing work into a clear, ticket-driven plan for OpenCode-style repos.

Does this backlog generation tool integrate with OpenCode workflow state?

Yes, the backlog generation tool integrates with OpenCode workflow state. It aligns with OpenCode-style projects and outputs state updates to .opencode/state/workflow-state.json to coordinate autonomous agents.

What is the best way to organize project tickets for autonomous agents without re-planning?

The best way to organize project tickets without re-planning is using a self-contained, repo-local ticket system. It outputs a structured manifest and per-ticket markdown files, allowing agents to execute work sequentially without re-evaluating the entire project scope.

When should I use a repo-local ticket manifest instead of external project management tools?

Use a repo-local ticket manifest during greenfield scaffolding, retrofit backlog maintenance, or post-audit repair workflows. It provides a self-contained backlog directly in the repository, ensuring agents follow a structured plan without external dependencies.