Skills inline migration, task decomposition, and Ralph Loop support#141
Draft
Skills inline migration, task decomposition, and Ralph Loop support#141
Conversation
…alph Loop support - Remove context:fork from all 9 claude-code skills, add Parallel Research sections - Add Parallel Research to all 9 codex skills - Add task ordering (Foundation→Core→Integration→Validation), _Boundary_ and _Depends_ annotations - Add RPT-inspired intent clarification to init and requirements skills - Add AskUserQuestion to allowed-tools for init, requirements, validate-design - Add Next Phase guidance to all claude-code skills - Add kiro-ralph-impl skill with Feature Flag Protocol for autonomous TDD implementation - Update tests (12→13 skills) and CLAUDE.md workflow Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add 4 loop management scripts to kiro-ralph-impl (setup-loop.sh, check-loop.sh, next-task.sh, complete-task.sh) adapted from CC plugin's ralph-loop - Update SKILL.md and ralph-prompt.md with script-driven orchestration protocol - Add agents/openai.yaml to all 13 skills per Codex skills spec (display_name, short_description, allow_implicit_invocation: false) - Add test assertions for scripts and openai.yaml existence Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…fication Ralph Loop scripts: - check-loop.sh: remove task counting, iteration guard only (CONTINUE/MAX_ITERATIONS_REACHED) - setup-loop.sh: filter subtasks only (X.Y pattern) for max_iterations calculation - next-task.sh: fix dep-blocked skip (continue not exit), fix _Blocked:/_Depends: pattern matching, add pre-task git snapshot - complete-task.sh: delta-based staging instead of git add -A - Update ralph-prompt.md and SKILL.md for both Claude Code and Codex Spec clarification: - init: clarify intent based on deliverable requirements (who/situation/change), not subjective ambiguity - requirements: clarify-then-generate instead of generate-then-iterate, add requirements vs design scope boundary (ask about behavior, defer technology to design) Design synthesis: - Add design-synthesis.md rule: generalization, build-vs-adopt, simplification - Insert Step 3 (Synthesis) between Discovery and Generate in design SKILL.md Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… physical copies Replace physical rule file copies in skill directories with a declarative metadata.shared-rules field in SKILL.md frontmatter. cc-sdd now resolves rules from templates/shared/settings/rules/ at install time, eliminating agent×skill duplication (22 files removed, single source of truth maintained). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Default agent changed from claude-code to claude-code-skills so `npx cc-sdd` now installs 13 skills into .claude/skills/ by default - Fix skill count 12→13 in all READMEs (kiro-ralph-impl was added) - Add .claude/skills/ to project structure tree in READMEs - Clarify .kiro/settings/rules/ is for non-skills agents only - Update tests to match new default agent Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Highlight the SDD → Ralph Loop pipeline: spec-tasks generates tasks, ralph-impl executes them autonomously in a loop, making SDD specs self-executing plans. Co-Authored-By: Claude Opus 4.6 <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.
Summary
context: forkfrom all 9 claude-code skills, add Parallel Research sections (both platforms)_Boundary_and_Depends_annotationskiro-ralph-implskill with Feature Flag Protocol for autonomous TDD implementationChanged files (28)
Test plan
npm test— 161/161 passcontext: forkremaining in claude-code skills🤖 Generated with Claude Code