How this skill is triggered — by the user, by Claude, or both
Slash command
/cortex:decisionsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query or record decisions in the Cortex decision journal.
Query or record decisions in the Cortex decision journal.
Parse $ARGUMENTS:
Record a new decision. Ask the user for:
Append to ${CLAUDE_PLUGIN_ROOT}/data/decision-journal.jsonl.
Find a matching decision and update its outcome to success or failure.
Show all decisions with outcome = "failure". Analyze what went wrong.
Show all decisions with outcome = "success". What patterns are validated?
Show all decisions for that project.
Show summary: total decisions, breakdown by type and outcome. Then show the last 10 decisions.
## Decision Journal
Total: N decisions (S success, F failure, P pending)
### Recent Decisions
| # | Decision | Type | Project | Outcome |
|---|----------|------|---------|---------|
| 1 | ... | ... | ... | ... |
Request: $ARGUMENTS
npx claudepluginhub pretinnov-inc/claude-plugin-marketplace --plugin cortexGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.