Commit Graph

241 Commits

Author SHA1 Message Date
Trevin Chow
4b44a94e23 fix: prevent orphaned opening paragraphs in PR descriptions (#393) 2026-03-26 09:55:48 -07:00
Trevin Chow
31f07c0047 fix: add default-branch guard to commit skills (#386) 2026-03-25 21:41:17 -07:00
Trevin Chow
27b9831084 feat: add new onboarding skill to create onboarding guide for repo (#384) 2026-03-25 21:30:09 -07:00
Trevin Chow
355e7392b2 fix: scope commit-push-pr descriptions to full branch diff (#385) 2026-03-25 20:52:15 -07:00
Trevin Chow
fed9fd68db feat: replace manual review agent config with ce:review delegation (#381) 2026-03-25 17:45:08 -07:00
Trevin Chow
2ba4f3fd58 feat: improve resolve-pr-feedback skill (#379) 2026-03-25 16:51:45 -07:00
Trevin Chow
efa798c52c feat: improve commit-push-pr skill with net-result focus and badging (#380) 2026-03-25 16:28:47 -07:00
Trevin Chow
fe08af2b41 feat: add git commit and branch helper skills (#378) 2026-03-25 14:53:39 -07:00
Trevin Chow
8ebc77b8e6 fix: guard CONTEXTUAL_RISK_FLAGS lookup against prototype pollution (#377) 2026-03-25 14:17:39 -07:00
Trevin Chow
ce9016fac5 feat: integrate orphaned stack-specific reviewers into ce:review (#375) 2026-03-25 13:47:43 -07:00
John Lamb
6695dd35f7 Resolve stash conflicts: keep upstream + local deploy wiring checks
Some checks failed
CI / pr-title (push) Has been cancelled
CI / test (push) Has been cancelled
Release PR / release-pr (push) Has been cancelled
Release PR / publish-cli (push) Has been cancelled
Merge upstream's ce-brainstorm skip-menu guidance and ce-plan
repo-research-analyst integration with local deploy wiring flag
additions.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 13:35:02 -05:00
John Lamb
8279c8ddc3 Merge upstream origin/main into local fork
Accept upstream ce-review pipeline rewrite, retire 4 overlapping review
agents, add 5 local agents as conditional personas. Accept skill renames,
port local additions. Remove Rails/Ruby skills per FastAPI pivot.

36 agents, 48 skills, 7 commands.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 13:32:26 -05:00
John Lamb
0b26ab8fe6 Merge upstream origin/main with local fork additions preserved
Accept upstream's ce-review pipeline rewrite (6-stage persona-based
architecture with structured JSON, confidence gating, three execution
modes). Retire 4 overlapping review agents (security-sentinel,
performance-oracle, data-migration-expert, data-integrity-guardian)
replaced by upstream equivalents. Add 5 local review agents as
conditional personas in the persona catalog (kieran-python, tiangolo-
fastapi, kieran-typescript, julik-frontend-races, architecture-
strategist).

Accept upstream skill renames (file-todos→todo-create, resolve_todo_
parallel→todo-resolve), port local Assessment and worktree constraint
additions to new files. Merge best-practices-researcher with upstream
platform-agnostic discovery + local FastAPI mappings. Remove Rails/Ruby
skills (dhh-rails-style, andrew-kane-gem-writer, dspy-ruby) per fork's
FastAPI pivot.

Component counts: 36 agents, 48 skills, 7 commands.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 13:28:22 -05:00
Trevin Chow
fe27f85810 feat: add consolidation support and overlap detection to ce:compound and ce:compound-refresh skills (#372) 2026-03-25 00:37:45 -07:00
Trevin Chow
7c5ff445e3 feat: promote ce:review-beta to stable ce:review (#371) 2026-03-24 21:00:38 -07:00
Trevin Chow
4e3af07962 feat: optimize ce:compound speed and effectiveness (#370) 2026-03-24 20:12:19 -07:00
Trevin Chow
2612ed6b3d feat: rationalize todo skill names and optimize skills (#368) 2026-03-24 18:35:09 -07:00
Trevin Chow
169996a75e feat: promote ce:plan-beta and deepen-plan-beta to stable (#355) 2026-03-24 10:18:14 -07:00
Trevin Chow
65e5621dbe refactor: consolidate todo storage under .context/compound-engineering/todos/ (#361) 2026-03-24 09:54:30 -07:00
John Lamb
95b67e0cb7 Merge branch 'main' of https://git.lambwire.net/john/claude-engineering-plugin
Some checks failed
CI / test (push) Has been cancelled
Publish to npm / publish (push) Has been cancelled
2026-03-24 09:16:19 -05:00
John Lamb
3e3d122a4b feat: add design-conformance-reviewer agent, weekly-shipped skill, fix counts and worktree constraints
- Add design-conformance-reviewer agent for reviewing code against design docs
- Add weekly-shipped skill for stakeholder summaries from Jira/GitHub
- Fix component counts across marketplace.json, plugin.json, and README
- Add worktree constraints to ce-review and resolve_todo_parallel skills
- Fix typo in resolve_todo_parallel SKILL.md

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 09:16:11 -05:00
Trevin Chow
18d22afde2 feat: redesign document-review skill with persona-based review (#359) 2026-03-24 01:51:22 -07:00
Trevin Chow
e932276866 feat: add ce:review-beta with structured persona pipeline (#348) 2026-03-23 21:49:04 -07:00
Trevin Chow
86342db36c fix: quote frontend-design skill description (#353) 2026-03-23 11:01:15 -07:00
Trevin Chow
4aa50e1bad feat: improve feature-video skill with GitHub native video upload (#344) 2026-03-22 21:27:59 -07:00
John Lamb
b79399e178 feat(skills): add bulletproof writing principles across essay and voice skills
Some checks failed
CI / test (push) Has been cancelled
- essay-edit: add Phase 3 Bulletproof Audit — adversarial claim review before line editing, flags logical holes with [HOLE] markers
- essay-outline: add bulletproof beat check to Phase 1 triage and outline construction; framed around specificity not defensibility, preserving narrative structure
- john-voice/core-voice: add "Say something real" philosophy principle, hard no-em-dash rule with parentheses as the correct alternative, and Anti-John patterns for vague claims and abstract load-bearing nouns

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 21:13:16 -05:00
Trevin Chow
423e692726 feat: rewrite frontend-design skill with layered architecture and visual verification (#343) 2026-03-22 18:55:58 -07:00
Matt Van Horn
341c379168 feat(ce-work): add Codex delegation mode (#328)
Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-22 12:30:36 -07:00
Trevin Chow
216d6dfb2c feat: add execution mode toggle and context pressure bounds to parallel skills (#336) 2026-03-21 21:30:12 -07:00
Trevin Chow
affba1a6a0 feat: improve reproduce-bug skill, sync agent-browser, clean up redundant skills (#333) 2026-03-21 19:49:12 -07:00
Trevin Chow
4087e1df82 feat: fix skill transformation pipeline across all targets (#334) 2026-03-21 19:45:20 -07:00
Trevin Chow
52df90a166 feat: make skills platform-agnostic across coding agents (#330) 2026-03-21 17:35:22 -07:00
Adam Zywicki
cfbfb6710a feat(git-worktree): auto-trust mise and direnv configs in new worktrees (#312) 2026-03-20 22:29:11 -07:00
Trevin Chow
1c28d03214 feat: improve repo-research-analyst by adding a structured technology scan (#327) 2026-03-20 15:13:31 -07:00
Matt Van Horn
ac756a267c fix(skills): update ralph-wiggum references to ralph-loop in lfg/slfg (#324) 2026-03-20 07:04:20 -07:00
Trevin Chow
3ba4935926 feat: add optional high-level technical design to plan-beta skills (#322) 2026-03-19 22:03:35 -07:00
PJ Hoberman
88c89bc204 feat: edit resolve_todos_parallel skill for complete todo lifecycle (#292)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 16:18:18 -07:00
Trevin Chow
5c1452d4cc feat: integrate claude code auto memory as supplementary data source for ce:compound and ce:compound-refresh (#311) 2026-03-18 11:55:19 -07:00
Trevin Chow
748f72a57f feat(plugin): add execution posture signaling to ce:plan-beta and ce:work (#309) 2026-03-18 09:05:19 -07:00
Trevin Chow
eaaba1928b feat: add claude-permissions-optimizer skill (#298) 2026-03-18 01:18:27 -07:00
Trevin Chow
f47f829d81 feat: migrate repo releases to manual release-please (#293) 2026-03-17 17:58:13 -07:00
Trevin Chow
a83e11e982 fix: review fixes — stale refs, skill counts, and validation guidance
- Fix -plan.md → -beta-plan.md in ce:plan-beta post-generation question
- Remove stale brainstorm doc reference from solutions doc
- Update plugin.json and marketplace.json skill counts (42 → 44)
- Add generic beta skill validation guidance to AGENTS.md and solutions doc
2026-03-17 10:39:02 -07:00
Trevin Chow
72d4b0dfd2 fix: add disable-model-invocation to beta skills and refine descriptions
Beta skills now use disable-model-invocation: true to prevent accidental
auto-triggering. Descriptions written as future stable descriptions with
[BETA] prefix for clean promotion. Updated solutions doc and AGENTS.md
promotion checklist to include removing the field.
2026-03-17 10:33:01 -07:00
Trevin Chow
ac53635737 fix: beta skill naming, plan file suffixes, and promotion checklist
- Beta plans use -beta-plan.md suffix to avoid clobbering stable plans
- Fix internal references in beta skills to use beta names consistently
- Add beta skills section to AGENTS.md with promotion checklist
2026-03-17 10:33:01 -07:00
Trevin Chow
ad53d3d657 feat: add ce:plan-beta and deepen-plan-beta as standalone beta skills
Create separate beta skills instead of gating existing ones. Stable
ce:plan and deepen-plan are restored to main versions. Beta skills
reference each other and work standalone outside lfg/slfg orchestration.
2026-03-17 10:33:01 -07:00
Trevin Chow
b2b23ddbd3 fix: preserve skill-style document-review handoffs 2026-03-17 10:32:29 -07:00
Trevin Chow
80818617bc refactor: redefine deepen-plan as targeted stress test 2026-03-17 10:32:29 -07:00
Trevin Chow
6e060e9f9e refactor: reduce ce-plan handoff platform assumptions 2026-03-17 10:32:29 -07:00
Trevin Chow
df4c466b42 feat: align ce-plan question tool guidance 2026-03-17 10:32:29 -07:00
Trevin Chow
859ef601b2 feat: teach ce:work to consume decision-first plans
- Surface deferred implementation questions and scope boundaries
- Use per-unit Patterns and Verification fields for task execution
- Add execution strategy: inline, serial subagents, or parallel
- Reframe Swarm Mode as Agent Teams with opt-in requirement
- Make tool references platform-agnostic
- Remove plan checkbox editing during execution
2026-03-17 10:32:29 -07:00