diff --git a/plugins/compound-engineering/commands/workflows/compound.md b/plugins/compound-engineering/commands/workflows/compound.md index 1858757..efe7823 100644 --- a/plugins/compound-engineering/commands/workflows/compound.md +++ b/plugins/compound-engineering/commands/workflows/compound.md @@ -1,5 +1,5 @@ --- -name: compound:codify +name: ce:compound description: Document a recently solved problem to compound your team's knowledge argument-hint: "[optional: brief context about the fix]" --- diff --git a/plugins/compound-engineering/commands/workflows/plan.md b/plugins/compound-engineering/commands/workflows/plan.md index 41b890a..26cc965 100644 --- a/plugins/compound-engineering/commands/workflows/plan.md +++ b/plugins/compound-engineering/commands/workflows/plan.md @@ -1,5 +1,5 @@ --- -name: compound:plan +name: ce:plan description: Transform feature descriptions into well-structured project plans following conventions argument-hint: "[feature description, bug report, or improvement idea]" --- diff --git a/plugins/compound-engineering/commands/workflows/review.md b/plugins/compound-engineering/commands/workflows/review.md index b09294c..6fbd201 100644 --- a/plugins/compound-engineering/commands/workflows/review.md +++ b/plugins/compound-engineering/commands/workflows/review.md @@ -1,5 +1,5 @@ --- -name: compound:review +name: ce:review description: Perform exhaustive code reviews using multi-agent analysis, ultra-thinking, and worktrees argument-hint: "[PR number, GitHub URL, branch name, or latest]" --- diff --git a/plugins/compound-engineering/commands/workflows/work.md b/plugins/compound-engineering/commands/workflows/work.md index 24e848f..4cc4e12 100644 --- a/plugins/compound-engineering/commands/workflows/work.md +++ b/plugins/compound-engineering/commands/workflows/work.md @@ -1,5 +1,5 @@ --- -name: compound:work +name: ce:work description: Execute work plans efficiently while maintaining quality and finishing features argument-hint: "[plan file, specification, or todo file path]" ---