CC-39773: bugfixer skill - #25
Merged
Merged
Conversation
…nced autonomous mode flow
…nced autonomous mode flow
geronica
approved these changes
Jul 23, 2026
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.
PR Description
CC-39773 — AI Dev SDK: Autonomous Bugfixer Claude Plugin
Ticket: https://spryker.atlassian.net/browse/CC-39773
Adds the
spryker-bugfixskill to the plugin (skills/spryker-bugfix/): an end-to-end, orchestrated bug-fixing workflow for Spryker projects. It is a pure orchestrator — it runs a fixed sequence of stages (Steps 0–12) and delegates the heavy work of each stage to skills/agents already installed in the plugin, carrying compact state between them and enforcing a verification loop.Workflow spine: reproduce → root-cause → minimal fix → functional tests → static validation → code review → independent QA → final verification → (autonomous) commit + push + Draft PR + remote-CI watch.
Highlights
no-ticketfallbacks for branch/commit/PR title).Skill()or Claude subagent; no third-party MCP is required for the core flow (the only external touchpoint is the optional Step 0 ticket pull).TaskCreate/TaskUpdate/TaskListtask list that survives compaction and scheduled wake-ups, alongside the run log and decision log.attempt > 3.static-validation; the final gate is an end-to-end final verification in the running app (spryker-verifier / spryker-runtime) rather than a local-CI run.Files (
skills/spryker-bugfix/):SKILL.md(workflow spine),stages.md(per-step instructions + stage→skill quick map),reference.md(run-lean discipline, principles, decision log, red flags),README.md(overview + a Mermaid flow diagram).Related
Steps before you submit a PR
contribution-license-agreement.txtfile with the following content:I hereby agree to Spryker's Contribution License Agreement in https://github.com/spryker/incremental-installer/blob/HASH_OF_COMMIT_YOU_ARE_BASING_YOUR_BRANCH_FROM_MASTER_BRANCH/CONTRIBUTING.md.This is a mandatory step to make sure you are aware of the license agreement and agree to it.
HASH_OF_COMMIT_YOU_ARE_BASING_YOUR_BRANCH_FROM_MASTER_BRANCHis a hash of the commit you are basing your branch from the master branch. You can take it from commits list of master branch before you submit a PR.Checklist