enrich

Enrich lightweight beads into implementation-ready descriptions by exploring the codebase.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/tmsjngx0/mindcontext-core --skill enrich
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: enrich
Source: https://github.com/tmsjngx0/mindcontext-core/tree/main/skills/enrich
Command: npx skills add https://github.com/tmsjngx0/mindcontext-core --skill enrich

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill transforms underdeveloped "lightweight" tasks (beads) into fully detailed, implementation-ready descriptions, ensuring clarity and reducing ambiguity before development begins.

Core Features & Use Cases

  • Automated Enrichment: Leverages an agent to explore the codebase and generate comprehensive 6-layer descriptions for tasks.
  • TDD Integration: Can automatically create a corresponding test task when enriching.
  • Use Case: When planning a new sprint, you can use /enrich to flesh out all the iteration:future tasks within a specific epic, making them ready for developers to pick up.

Quick Start

Use the enrich skill to promote the bead with ID mindcontext-mgmt-nzas.3 into a self-contained, implementation-ready description.

Frequently Asked Questions about enrich

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

FAQPage Schema
How do I turn lightweight agile tasks into implementation-ready descriptions?

To turn lightweight agile tasks into implementation-ready descriptions, this Skill uses an agent to explore the codebase and generate comprehensive 6-layer descriptions, reducing ambiguity before development begins.

How do I prepare all future tasks within an epic for sprint planning?

You can prepare all future tasks within an epic for sprint planning by running batch enrichment, which fleshes out all ready future beads into actionable development tasks with automatic label updates.

Can I automatically create test tasks when refining underdeveloped task descriptions?

Yes, you can automatically create test tasks when refining underdeveloped task descriptions, as the enrichment process supports test-driven development integration to generate corresponding test beads.

What is the best way to decompose codebase tasks for actionable development?

The best way to decompose codebase tasks for actionable development is using an automated bead-enricher agent that analyzes the codebase and promotes lightweight beads into self-contained units of work.

Do I need to manually update task labels after codebase exploration and task refinement?

No, you do not need to manually update task labels after codebase exploration and task refinement, because the Skill automatically handles label updates to mark the newly enriched tasks as actionable.