# Compound Simple

> Use when completing a task and need lightweight post-task reflection

- **Type:** Skill
- **Install:** `agentstack add skill-fangxm233-cortex-agent-compound-simple`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [fangxm233](https://agentstack.voostack.com/s/fangxm233)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [fangxm233](https://github.com/fangxm233)
- **Source:** https://github.com/fangxm233/cortex-agent/tree/main/agent-server/defaults/plugins/cortex-common/skills/compound-simple

## Install

```sh
agentstack add skill-fangxm233-cortex-agent-compound-simple
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# compound-simple

Simplified compound skill for lightweight post-task reflection. Embed session learnings in ..HEAD` using only your own commit range. If you made no commits, check `git diff --stat` for uncommitted changes instead.

Answer:
- What files changed (in your own commits only)?
- What was accomplished?
- Was the task's Done-when condition fully met?

### Step 2: Check for learnings (5 questions)

Answer each question. If yes, note what to update:

1. **Something fail unexpectedly?** (silent error, missing dependency, wrong assumption)
   → Note the failure and workaround in task completion note

2. **Something succeed unexpectedly?** (easier than expected, found shortcut)
   → Note the technique for potential reuse

3. **Workaround worth noting?** (non-obvious trick, configuration quirk)
   → Add to project STATUS.md or task note

4. **Task description miss something?** (prerequisite not listed, scope underestimated)
   → Note for future task writing improvement

5. **Anything reduce work efficiency?** (misleading requirements, confusing docs, awkward tool behavior, wrong parameters, tiny annoyances, or other friction)
   → Write it to the relevant project's `ISSUES.md`: what happened, when you hit it, and how you investigated it. Record even small friction if it slowed you down at all — minor annoyances are still worth capturing because a later model can remove the root cause.

### Step 3: Check for implied tasks

If you completed an experiment/analysis, scan results for:
- "FAIL" or "below threshold" → task: refined experiment
- "N too small" → task: larger replication
- "unexpected", "mechanism unclear" → task: diagnosis
- Multi-phase plan → check phase tasks exist
- New bugs discovered → task: bug fix
- Documentation outdated → task: doc update

### Step 4: Act on findings

For each compound opportunity:

| Type | Action |
|------|--------|
| Small update (1-3 lines) | Apply directly to file (STATUS.md, task note, ISSUES.md) |
| Larger change | Create task in TASKS.md with provenance |
| Process improvement | Note in task completion output for orchestrator |

### Step 5: Report actions

Output in this format:

```
Compound: N actions
- 
- 
...
```

If no actions: `Compound: no actions this session.`

## What NOT to do

- Do NOT run full `/compound` — that's for the orchestrator
- Do NOT manage K-entries in CORTEX.md — orchestrator concern
- Do NOT run consolidation or convention lifecycle checks
- Do NOT start new work — compound embeds learnings only
- Do NOT add >10 lines to any file without identifying lines to compress
- Do NOT make governance changes — note them for the orchestrator

## Key files to update

- Project `STATUS.md` — if work changed project state
- Project `TASKS.md` — implied follow-up tasks
- Project `ISSUES.md` — workflow friction that reduced efficiency
- Task completion note — learnings and findings for callback

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [fangxm233](https://github.com/fangxm233)
- **Source:** [fangxm233/cortex-agent](https://github.com/fangxm233/cortex-agent)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-fangxm233-cortex-agent-compound-simple
- Seller: https://agentstack.voostack.com/s/fangxm233
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
