ce-compound

Coordinates parallel subagents to document solved problems as structured Markdown files in docs/solutions.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/drhazemibclc/plate --skill ce-compound-drhazemibclc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-compound
Source: https://github.com/drhazemibclc/plate/tree/main/.codex/skills/ce-compound
Command: npx skills add https://github.com/drhazemibclc/plate --skill ce-compound-drhazemibclc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Document a recently solved problem to compound your team's knowledge by capturing solutions as structured docs that are easy to search and reuse.

Core Features & Use Cases

  • Orchestrates parallel subagents to capture problem context, root cause, working solution, and preventive guidance.
  • Generates a single, versioned Markdown file stored under docs/solutions/[category]/[filename].md for consistent discovery.
  • Supports full multi-agent workflows and compact-safe mode to suit different context budgets.

Quick Start

Run /ce:compound after a fix is verified to generate a complete knowledge document in the docs/solutions category.

Frequently Asked Questions about ce-compound

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

FAQPage Schema
How do I document a solved problem to capture team knowledge?

You can automate knowledge capture by coordinating parallel subagents to extract problem context, root cause, working solution, and preventive guidance into a single structured Markdown document.

What is post-mortem problem solving documentation for engineering and operations?

Post-mortem documentation records verified fixes by generating a structured knowledge doc categorized by solution type, stored under docs/solutions for consistent discovery and future reuse.

How do I generate structured Markdown files for engineering solutions?

Structured Markdown knowledge files are generated with frontmatter validation and optional auto-enhancements, producing a single versioned file at docs/solutions/[category]/[filename].md.

Can I run knowledge capture workflows with limited context budgets?

Yes, knowledge capture workflows support a compact-safe mode alongside full multi-agent orchestration, allowing you to generate solution documents within different context budget constraints.

When should I automate knowledge capture for solved problems?

Automate knowledge capture immediately after a fix is verified to compound your team's knowledge, ensuring the working solution and preventive guidance are recorded before context is lost.