bootstrap

Parse architecture documents to generate GTD backlog and planning artifacts.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Hoang604/get-thing-done --skill bootstrap-hoang604
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bootstrap
Source: https://github.com/Hoang604/get-thing-done/tree/main/.claude/skills/bootstrap
Command: npx skills add https://github.com/Hoang604/get-thing-done --skill bootstrap-hoang604

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the setup of a project backlog by transforming architecture documents into a ready-to-use GTD planning scaffold.

Core Features & Use Cases

  • Generate a comprehensive BACKLOG.md with migrations, interfaces, components, and infrastructure items derived from architecture docs.
  • Initialize JOURNAL.md to log events and decisions, and create standardized .gtd/ARCHITECTURE.md and .gtd/STACK_DECISION.md files for design rationale.
  • Facilitate rapid project kickoff by providing traceable outputs and a clear bootstrap plan from architecture sources.

Quick Start

Bootstrap the backlog from architecture docs and initialize the .gtd BACKLOG.md, JOURNAL.md, ARCHITECTURE.md, and STACK_DECISION.md.

Frequently Asked Questions about bootstrap

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

FAQPage Schema
What is the best way to bootstrap a GTD backlog for a new software project?

Initializing a GTD backlog from architecture docs creates a JOURNAL.md for event logging, alongside standardized ARCHITECTURE.md and STACK_DECISION.md files, providing traceable outputs with source references.

Can I use architecture docs to create a GTD planning scaffold automatically?

Yes, you can use architecture docs to create a GTD planning scaffold automatically. It transforms design documents into standardized .gtd artifacts, including BACKLOG.md, JOURNAL.md, ARCHITECTURE.md, and STACK_DECISION.md.

How does parsing architecture files initialize project management tracking?

Parsing architecture files initializes project management tracking by converting design specifications into an actionable backlog. It maps architecture components directly into a structured initialization plan for future development.

What do I need to provide to bootstrap a backlog from architecture sources?

To bootstrap a backlog from architecture sources, you need to provide an architecture directory containing your design documents. The Skill parses these sources to generate the traceable GTD planning artifacts.

What specific items are extracted when creating a backlog from architecture docs?

When creating a backlog from architecture docs, the extracted items include migrations, interfaces, components, and infrastructure elements. These are compiled into a comprehensive BACKLOG.md with traceable source references.