Conversation
Encode plan, code, review, QA, and cleanup as Cursor skills, plus coordinator orchestration under working-docs. Co-authored-by: William Feht <wmfeht@users.noreply.github.com>
github-actions
Bot
force-pushed
the
main
branch
17 times, most recently
from
September 20, 2026 05:00
51fba50 to
b415eb6
Compare
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.
Description
Adds project-local Cursor skills that encode the Strata issue development pipeline:
plan → (code → code-review → exploratory-qa)×≤3 → cleanupCoordinator rules,
working-docs/<n>/layout, and a samplestatus.mdlive in.cursor/skills/strata-dev-pipeline/ORCHESTRATION.md. This is documentation for agents only. No application or runtime code changes.Visual evidence
N/A — Cursor skill markdown only; no user-visible product UI.
How to test
.cursor/skills/README.mdand confirm it listsstrata-plan,strata-code,strata-code-review,strata-exploratory-qa, andstrata-cleanup, plus a link toORCHESTRATION.md.SKILL.mdfrontmatter (name/description) and confirm the bodies match the pipeline stages (plan does not implement; cleanup squashes, deletesworking-docs/<n>/, posts one PR comment).git diff origin/main --statis only.cursor/skills/.Expected result: Agents can run the pipeline from these files without product-code changes.
Related issue
N/A — personal skills branch for William (
wmfeht); no product issue.Intended review surface: this fork branch on
wmfeht/strata. A PR againstlgse/stratacan be opened after commits are rewritten under human identity (Metadata policy).