decision-capture

Validate decision Markdown files against YAML schema and update a decisions database.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/harukainguyen1411/strawberry-agents --skill decision-capture-harukainguyen1411
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: decision-capture
Source: https://github.com/harukainguyen1411/strawberry-agents/tree/main/.claude/skills/decision-capture
Command: npx skills add https://github.com/harukainguyen1411/strawberry-agents --skill decision-capture-harukainguyen1411

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the capturing, validation, and logging of team decisions, ensuring consistent documentation and traceability.

Core Features & Use Cases

  • Decision Logging: Records decision details, including context, rationale, and options, into structured Markdown files.
  • Validation & Retry: Validates decision frontmatter, retries once on failure, and surfaces issues if persistent.
  • Use Case: A project manager records team decisions after meetings, automatically saves logs, and updates a decision database for future reference.

Quick Start

Use this skill to log a decision by providing the coordinator name and a prepared decision Markdown file path.

Frequently Asked Questions about decision-capture

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

FAQPage Schema
How do I automate decision logging for team workflows?

To automate decision logging, you provide a coordinator name and a prepared decision Markdown file path. The skill validates the YAML frontmatter, retries once on failure, and updates a decisions database for team traceability.

What is the best way to validate decision frontmatter before database entry?

Validating decision frontmatter involves checking the Markdown file against a YAML schema. This skill automates the validation, retries once on frontmatter failure, and surfaces persistent issues to prevent invalid database entries.

Can I use Markdown files to document team decisions for audits?

You can use Markdown files to document team decisions for audits by recording context, rationale, and options. This skill validates the YAML frontmatter and updates a decisions database, maintaining an auditable trace for process improvements.

How do I record project management decisions after a meeting?

Recording project management decisions after a meeting requires logging context and options into a Markdown file. You provide the file path and coordinator name, and this skill validates the content and updates the decisions database.

What happens when decision file validation fails during workflow logging?

When decision file validation fails, the workflow automatically retries the validation once. If frontmatter issues persist, the system surfaces the errors to the user to prevent invalid data from entering the decisions database.

Do I need a prepared Markdown file to start logging a team decision?

Yes, you need a prepared Markdown file path to start logging a team decision. The skill extracts the context and rationale from this file, validates the YAML frontmatter, and updates the decisions database for traceability.