feat(skills): ce:write + ce:prose-review — prose-native writing workflow#10
Open
jcasimir wants to merge 1 commit into
Open
feat(skills): ce:write + ce:prose-review — prose-native writing workflow#10jcasimir wants to merge 1 commit into
jcasimir wants to merge 1 commit into
Conversation
Add two prose-native skills that the Perkins writing orchestrator (in the ce-reviewers-jsl personas repo) composes. Neither needs a git diff — the unit of work is a prose file, not a code change. - skills/ce-write — voice-guided generation in three stages (stage:develop → brief, stage:outline → outline, stage:draft → draft), mirroring how ce:user-scenarios uses stage:. Per-stage procedure lives in references/ so the skill stays lean. Reads the voice guide (~/.config/compound-engineering/voice-guide.md, project override wins). - skills/ce-prose-review — dispatches the seven category:writing reviewers in parallel against a target file, merges/dedups findings, and synthesizes by theme. report + headless modes; never edits the draft (revision is the orchestrator's loop). No version bump per contributor rules. README skills table updated. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Two prose-native skills that power a writing workflow, composed by the new Perkins orchestrator (in the ce-reviewers-jsl personas repo, separate PR). Existing
ce:plan/ce:work/ce:revieware code/diff-flavored —ce:reviewliterally errors "no diff scope detected" on prose — so writing needs its own generation and review skills.Skills
ce:write— voice-guided generation in three stages (stage:develop → brief,stage:outline → outline,stage:draft → draft), mirroring howce:user-scenariosusesstage:. Per-stage procedure lives inreferences/so the skill stays lean. Reads a voice guide (~/.config/compound-engineering/voice-guide.md; a project-localdocs/writing/voice-guide.mdwins).ce:prose-review— dispatches the sevencategory: writingreviewers in parallel against a target file, merges/dedups findings, synthesizes by theme.report+headlessmodes; never edits the draft (revision is the orchestrator's loop). No git diff needed — the draft file is the unit of review.Why a separate panel
The seven writing reviewers and the Perkins orchestrator live in
ce-reviewers-jsl(canonical persona home, synced via/ce:refresh). This PR is only the machinery. Land both PRs, then/ce:refresh, then/ce:run perkins "<what to write>".Notes
🤖 Generated with Claude Code