doc

Organize and query proposals, specs, and use cases via YAML-frontmatter CLI commands.

1|Updated Jul 24, 2025
One-click install
npx skills add https://github.com/tarrragon/book_overview_v1 --skill doc-tarrragon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc
Source: https://github.com/tarrragon/book_overview_v1/tree/main/.claude/skills/doc
Command: npx skills add https://github.com/tarrragon/book_overview_v1 --skill doc-tarrragon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

需求追蹤文件系統 — 管理 proposals/spec/usecases 三種需求文件,提供跨文件導航與追蹤能力,協助團隊高效整理與追蹤需求生命週期。

Core Features & Use Cases

  • 查詢與導航:支援通過前置 frontmatter 查詢、跨文件導航與關聯 UC/Specs。
  • 清單與篩選:提供 proposals, specs, usecases 的清單瀏覽與域(domain)篩選。
  • 提案與模板:提供模板與工作流程支持,如撰寫 Proposal/Spec/UseCase 的建立與轉化。

Quick Start

Use the doc skill to query a SPEC or PROP and navigate to related documents.

Frequently Asked Questions about doc

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

FAQPage Schema
How do I track requirements from proposals to implementation across multiple domains?

Query specs and proposals using frontmatter-driven commands to navigate related documents. You can list and filter proposals, specs, and use cases by domain, and use cross-linking to trace related requirements across the project lifecycle.

What is the best way to organize and navigate specs and use cases using frontmatter?

Organize specs and use cases by leveraging YAML frontmatter parsing to drive a CLI. Commands like query, list, nav, and domain enable domain filtering and cross-linking, allowing you to retrieve connected documents effortlessly.

How do I create and update requirement documents like proposals and specs?

Create and update requirement documents using built-in templates and specific CLI commands. The system supports drafting proposals, specs, and use cases, and allows you to update their status as they progress toward implementation.

Can I filter requirements and proposals by domain and track their status?

Yes, you can filter requirements and proposals by domain using the domain command. Status tracking commands allow you to monitor the progress of documents from initial drafting through to final implementation across different domains.

Does this requirements tracking system work without external dependencies?

Yes, the requirements tracking system operates without external dependencies. It relies solely on YAML frontmatter parsing within your documents to provide navigation, domain listing, and status tracking capabilities.