ce-compound

Document resolved engineering problems into validated markdown solution files.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Andreicr1/Netz-Private-Credit-OS --skill ce-compound
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-compound
Source: https://github.com/Andreicr1/Netz-Private-Credit-OS/tree/main/.github/skills/ce-compound
Command: npx skills add https://github.com/Andreicr1/Netz-Private-Credit-OS --skill ce-compound

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill captures and structures recently solved engineering problems while context is fresh, preventing knowledge loss and enabling faster repeat resolution across the team.

Core Features & Use Cases

  • Parallel research orchestration: Runs multiple subagents in parallel to analyze context, extract the working solution, find related documentation, generate prevention strategies, and classify category.
  • Single-file assembly & validation: Collects text outputs, validates YAML frontmatter, and writes one canonical markdown document into docs/solutions/[category]/[filename].md to ensure a single source of truth.
  • Optional post-review automation: Triggers specialized reviewers (performance, security, database, code quality) after the canonical document is written to enrich and validate the content. Use Case: After resolving a production bug or test failure, run this Skill to produce a searchable, well-structured solution entry for the team's knowledge base.

Quick Start

Use the ce-compound skill to document the most recent resolved issue with a one-line context hint.

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 recently solved bug fix before context is lost?

Document recently solved bug fixes by running parallel research subagents to capture context, root cause, and prevention strategies, then assemble the validated outputs into a single canonical markdown file. This prevents knowledge loss while the resolution is still fresh.

What is the best way to automate post-mortem documentation for production incidents?

Automating post-mortem documentation involves orchestrating subagents to extract working solutions, generate prevention strategies, and validate YAML frontmatter. It enforces a single final write to a canonical markdown file to ensure a structured, searchable knowledge base entry.

Can I use parallel research to classify and write technical solutions to markdown?

Yes, you can run multiple subagents in parallel to analyze context, find related documentation, and classify the category. The collected text outputs are validated and assembled into one markdown solution file under a structured docs directory.

Does this post-incident documentation workflow support optional specialized reviews?

Yes, the post-incident workflow supports optional specialized review agent invocations. After the canonical markdown document is written, you can trigger specialized reviewers for performance, security, database, and code quality to enrich and validate the content.

How do I enforce a single source of truth for cross-team investigation workflows?

Enforce a single source of truth by validating collected text outputs and YAML frontmatter, then restricting the final write to one specific file path in the docs/solutions directory. This prevents fragmented documentation across cross-team investigations.

What format does the post-incident knowledge base entry use for validated outputs?

The post-incident knowledge base entry uses a single canonical markdown file with validated YAML frontmatter. This structured format ensures the captured context, root cause, fixes, and cross-references remain searchable and consistent.