Skip to content

Claude/update readme documentation 011 cuke4vw4w m dkh r1u7 e4g q#7

Merged
kieranklaassen merged 3 commits intomainfrom
claude/update-readme-documentation-011CUKE4vw4wMDkhR1u7E4gQ
Oct 20, 2025
Merged

Claude/update readme documentation 011 cuke4vw4w m dkh r1u7 e4g q#7
kieranklaassen merged 3 commits intomainfrom
claude/update-readme-documentation-011CUKE4vw4wMDkhR1u7E4gQ

Conversation

@kieranklaassen
Copy link
Copy Markdown
Collaborator

No description provided.

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>
@kieranklaassen kieranklaassen merged commit b1284a2 into main Oct 20, 2025
1 check was pending
@xshaheen
Copy link
Copy Markdown

100% Compliance Achieved

Added optional metadata enhancements (M1, M2, L2, L3):

M1 - brainstorm: Research metadata in frontmatter (repo_patterns, learnings_applied, timestamp)
M2 - deepen-plan: Enhancement metadata in frontmatter (skills_applied, agents_consulted)
L2 - code-review: Review summary file at docs/reviews/YYYY-MM-DD-pr-NNN-review.md
L3 - compound: Research provenance in solution frontmatter (agents, documented_at)

Final Compliance:

  • Main branch: 65%
  • After US-001 to US-015: 95%
  • After metadata enhancements: 100%

All 7 workflow commands now have complete metadata for transparency, resumability, and audit trails.

Commit: 57ea389

@xshaheen
Copy link
Copy Markdown

Architecture Compliance Fixes Applied

Addressed critical and high-priority issues from workflow command architecture review:

Issue 1: Missing allowed-tools (CRITICAL - Security)

All 7 commands now have explicit tool permissions:

  • ✅ brainstorm.md: Read, Grep, Glob, Write, Bash(git *), Bash(mkdir *), Task, AskUserQuestion
  • ✅ plan.md: Broad research access (gh, git, jq, WebSearch, MCP)
  • ✅ code.md: Full execution access (Read, Write, Edit, Bash, Task)
  • ✅ swarm.md: Orchestration tools (jq, git, gh, SendMessage, TeamCreate)
  • ✅ code-review.md: Review tools (Read, Write, gh, git, Task)
  • ✅ compound.md: Documentation tools (Read, Write, git, Task)
  • ✅ deepen-plan.md: Discovery tools (ls, find, cat, git, WebSearch, MCP)

Security improvement: No blanket Bash access, specific patterns only

Issue 2: Context Budget Management (CRITICAL - Reliability)

4 high-context commands now check budget:

  • ✅ code.md: Warns at 70% usage, offers checkpoint every 5 tasks
  • ✅ swarm.md: Pre-loop assessment, checkpoint every 5 stories for PRDs with 10+ stories
  • ✅ code-review.md: Warns if >15 agents or >500 lines changed
  • ✅ deepen-plan.md: User choice before launching 30+ agents, estimates context usage

Reliability improvement: Prevents context exhaustion mid-workflow

Issue 4: Model Selection (HIGH - Performance)

All 7 commands specify model:

  • ✅ All set to model: sonnet for balanced orchestration/reasoning
  • Consistent model usage improves performance and cost predictability

Commit

  • Hash: a2fd146
  • Files changed: 7 (all dev workflow commands)
  • Lines changed: +90 additions

Next Steps

These fixes address the most critical architecture issues. Remaining enhancements (low priority) can be addressed in follow-up PRs if needed.

@xshaheen
Copy link
Copy Markdown

Additional Workflow Improvements

Progress File Location Fix (d8a9480)

Issue: Progress files created in current directory (progress.txt)
Fix: Progress files now created alongside plan files

  • Pattern: ${PLAN_FILE%.md}.progress.txt
  • Example: docs/plans/feat-auth-plan.mddocs/plans/feat-auth-plan.progress.txt
  • Removed lock file coordination section (never implemented)

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:

  • ✅ code.md: Context Budget Management section
  • ✅ swarm.md: Pre-loop context check + teammate template awareness
  • ✅ code-review.md: Pre-launch context check
  • ✅ deepen-plan.md: Agent discovery context check + user choices

Impact: -81 lines of complexity, cleaner command instructions

Result: Commands now focus on core workflow without decision fatigue

armstrongl added a commit to nuggylib/compound-engineering-plugin that referenced this pull request Apr 16, 2026
…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
armstrongl added a commit to nuggylib/compound-engineering-plugin that referenced this pull request Apr 16, 2026
…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).
armstrongl added a commit to nuggylib/compound-engineering-plugin that referenced this pull request Apr 21, 2026
…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
armstrongl added a commit to nuggylib/compound-engineering-plugin that referenced this pull request Apr 21, 2026
…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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants