intent-review

Parse Intent markdown files and update frontmatter statuses for section approvals.

15|5|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/ArcBlock/idd --skill intent-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: intent-review
Source: https://github.com/ArcBlock/idd/tree/main/skills/intent-review
Command: npx skills add https://github.com/ArcBlock/idd --skill intent-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interactive governance of Intent documents by enabling teams to inspect and approve sections with statuses such as LOCKED, REVIEWED, and DRAFT.

Core Features & Use Cases

  • Parse an Intent markdown file and identify all sections.
  • Display a status overview across sections and prompt for unmarked sections.
  • Update the Intent markdown to reflect locking or reviewing decisions.
  • Support batch approvals and history viewing for traceability.

Quick Start

Run /intent-review in the target directory to begin reviewing the Intent document.

Frequently Asked Questions about intent-review

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

FAQPage Schema
How do I manage interactive approval for markdown documentation sections?

Managing interactive approval for markdown documentation sections involves parsing Intent files to detect sections and updating their frontmatter status. This Skill automates the review process by assigning LOCKED, REVIEWED, or DRAFT states to govern document changes.

How do I lock or review specific sections in an Intent markdown file?

To lock or review specific sections in an Intent markdown file, run the review command in your target directory. The tool displays a status overview across all sections and prompts you to apply locking or reviewing decisions directly to the markdown frontmatter.

What is the best way to track DRAFT, REVIEWED, and LOCKED statuses across project documents?

Tracking DRAFT, REVIEWED, and LOCKED statuses across project documents is handled by modifying markdown frontmatter. This Skill provides a status overview of all detected sections and supports batch approvals and history viewing for full traceability.

Do I need any external dependencies to parse Intent files and modify frontmatter?

No external dependencies are required to parse Intent files and modify frontmatter. The Skill operates independently to detect document sections and reflect status changes without needing additional components or libraries installed in your environment.

Can I batch approve multiple Intent document sections at once?

Yes, you can batch approve multiple Intent document sections at once. The Skill supports batch approvals by parsing the markdown file, identifying all unmarked sections, and applying your review or lock decisions simultaneously to update the document status.