Claude/update readme documentation 011 cuke4vw4w m dkh r1u7 e4g q#7
Conversation
Create a new README that clearly explains how to use the plugin with focus on the three core commands: /plan, /work, and /review. The README: - Explains the compounding engineering philosophy - Provides clear workflow guidance (Plan → Work → Review) - Includes practical quick start examples - Lists all 17 agents and six commands - Follows Every's style guide conventions This makes it much easier for new users to understand how to use the plugin effectively. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Expand the marketplace README to include the full compounding engineering plugin documentation. This makes it immediately clear to visitors what the plugin does and how to use it. Key additions: - Detailed explanation of the three-step workflow (Plan → Work → Review) - Practical examples for each core command - Complete list of all six commands and 17 agents - Philosophy and benefits of compounding engineering - Clear getting started guide Kept the original installation instructions and added the detailed documentation below, making the marketplace README a comprehensive resource. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Two corrections based on feedback: 1. Remove plugin README - only the marketplace README is needed 2. Update all command references to use correct prefix format: - /plan → /compounding-engineering:plan - /work → /compounding-engineering:work - /review → /compounding-engineering:review - All other commands updated similarly This ensures the documentation accurately reflects how users actually invoke the commands. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
100% Compliance AchievedAdded optional metadata enhancements (M1, M2, L2, L3): M1 - brainstorm: Research metadata in frontmatter (repo_patterns, learnings_applied, timestamp) Final Compliance:
All 7 workflow commands now have complete metadata for transparency, resumability, and audit trails. Commit: 57ea389 |
Architecture Compliance Fixes AppliedAddressed critical and high-priority issues from workflow command architecture review: Issue 1: Missing
|
Additional Workflow ImprovementsProgress File Location Fix (d8a9480)Issue: Progress files created in current directory (progress.txt)
Benefit: Progress logs stay with plan artifacts, easy to find Context Management Removal (6beae9a)Rationale: Simplify workflow commands by removing context budget checks Removed from:
Impact: -81 lines of complexity, cleaner command instructions Result: Commands now focus on core workflow without decision fatigue |
…on-demand loading Batch 3 brainstorms (Phase 2 - Structural Dedup): - EveryInc#7 On-Demand Loading: 5 ce-review refs (29KB) to stage-specific reads - #3 Diff-Proportional Scaling: 4-tier reviewer cap system - EveryInc#8 Cross-Skill Dedup: differentiate by category (keep question-tool per-file, remove native-tool dupes) - EveryInc#21 Pipeline Semantic Dedup: critical "NEVER CODE" vs "implement" interference found Plan EveryInc#7 complete: single-unit refactor of ce-review SKILL.md. Also fixes 2 contract test failures from the register-mismatch pass: - Restored behavioral ce:review reference in todo-resolve/SKILL.md - Updated assertion to match reworded text in ce-review/SKILL.md - Marks dead content audit (idea EveryInc#5) as execution-done
…specific reads 5 reference files (persona-catalog, subagent-template, diff-scope, findings-schema, review-output-template) were eagerly loaded at trigger time via @ directives, adding ~29KB to every subsequent message across 30-50+ tool calls. Now loaded progressively: persona catalog at Stage 3, dispatch files at Stage 4, output template at Stage 6. Implements idea EveryInc#7 from the token efficiency meta-plan (Batch 3).
…on-demand loading Batch 3 brainstorms (Phase 2 - Structural Dedup): - EveryInc#7 On-Demand Loading: 5 ce-review refs (29KB) to stage-specific reads - #3 Diff-Proportional Scaling: 4-tier reviewer cap system - EveryInc#8 Cross-Skill Dedup: differentiate by category (keep question-tool per-file, remove native-tool dupes) - EveryInc#21 Pipeline Semantic Dedup: critical "NEVER CODE" vs "implement" interference found Plan EveryInc#7 complete: single-unit refactor of ce-review SKILL.md. Also fixes 2 contract test failures from the register-mismatch pass: - Restored behavioral ce:review reference in todo-resolve/SKILL.md - Updated assertion to match reworded text in ce-review/SKILL.md - Marks dead content audit (idea EveryInc#5) as execution-done
…specific reads 5 reference files (persona-catalog, subagent-template, diff-scope, findings-schema, review-output-template) were eagerly loaded at trigger time via @ directives, adding ~29KB to every subsequent message across 30-50+ tool calls. Now loaded progressively: persona catalog at Stage 3, dispatch files at Stage 4, output template at Stage 6. Implements idea EveryInc#7 from the token efficiency meta-plan (Batch 3).
No description provided.