skill-acquisition

Identify missing capabilities and decide whether to install or update a skill with safety reviews and smoke tests.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/dgroch/metacognition --skill skill-acquisition-dgroch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-acquisition
Source: https://github.com/dgroch/metacognition/tree/main/skills/skill-acquisition
Command: npx skills add https://github.com/dgroch/metacognition --skill skill-acquisition-dgroch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When teams need a new capability, this skill provides a disciplined, safe decision and installation process that minimizes risk and rework.

Core Features & Use Cases

  • Guided acquisition workflow: Provides a repeatable process for evaluating gaps, safety reviews, and installation steps.
  • Smoke test & validation: Encourages quick validation before enabling a new capability in production.
  • Safe integration policy: Documents secrets handling, scope, and vendor considerations for integrations.

Quick Start

Define a missing capability, perform a safety review, then initiate a smoke-test installation.

Frequently Asked Questions about skill-acquisition

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

FAQPage Schema
How do I safely acquire a new skill capability for a third-party integration?

To safely acquire a new skill capability, you must identify capability gaps, perform a safety review, and execute a documented installation with smoke tests to validate the third-party integration before production use.

What is the process for evaluating missing capabilities and recurring failures?

Evaluating missing capabilities and recurring failures involves a guided acquisition workflow that assesses gaps, applies safety reviews, and runs smoke tests to ensure the new capability functions correctly.

How do I install or update a skill while minimizing risk and rework?

You install or update a skill by following a disciplined acquisition process that enforces YAML frontmatter in SKILL.md, performs safety reviews, and validates functionality through smoke tests to minimize risk.

Does a new skill acquisition require specific formatting for safety and determinism?

Yes, skill acquisition requires YAML frontmatter in SKILL.md with name and description, plus optional scripts, references, and assets directories to support determinism and safety during the integration.

What should a safe integration policy cover when adding vendor capabilities?

A safe integration policy for adding vendor capabilities must document secrets handling, scope, and vendor considerations to ensure secure and reliable third-party integrations.

When should I use a guided acquisition workflow instead of direct installation?

Use a guided acquisition workflow instead of direct installation when capabilities are missing, recurring failures occur, or a third-party integration is requested, ensuring safety reviews and smoke tests are completed.