feat: add cross-layer orchestration and fullstack reverse-engineer support#129
Merged
feat: add cross-layer orchestration and fullstack reverse-engineer support#129
Conversation
Enhance existing implement/build commands and orchestration guide with fullstack support instead of creating separate fullstack-* commands. - Add Cross-Layer Orchestration section to subagents-orchestration-guide with design phase extensions, layer-aware agent routing, and vertical slicing guidance for work planning - Add layer-aware task naming to task-decomposer (backend-task/frontend-task) - Update work-planner and plan-template for multiple Design Docs - Add cross-layer routing references to implement and build commands Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Redesign scope-discoverer from dual-mode (prd/design-doc) to unified single-pass discovery combining user-value and technical perspectives - Add fullstack option to /reverse-engineer for generating both backend and frontend Design Docs per feature unit - Replace Phase 2 re-discovery with scope reuse from Phase 1 - Add technicalProfile to scope-discoverer output and Granularity Criteria - Delete front-reverse-design command (absorbed into reverse-engineer) - Update README to reflect unified workflow and remove deleted command Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…tack workflow - Integrate cross-layer orchestration into -ja files (SKILL.md, implement, build, task-decomposer, work-planner, plan-template) - Rewrite scope-discoverer -ja/-en: unified single-pass discovery, remove dual-mode scope_type, add granularity criteria and technicalProfile, remove redundant Prohibited Actions section - Rewrite reverse-engineer -ja/-en: per-unit fullstack determination instead of global Standard/Fullstack mode split, simplify step 7-10 - Delete commands-ja/front-reverse-design.md (absorbed into reverse-engineer) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Remove /front-reverse-design from command table (absorbed into /reverse-engineer) - Update /reverse-engineer description with fullstack option - Update mermaid diagram: remove Phase 2 re-discovery, reuse scope - Update scope-discoverer description to unified functional scope Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ples - Replace auth-specific technicalProfile example with architecture-neutral placeholders - Restore quality constraints (Constraints section) removed from scope-discoverer - Add crossLayerScope field to requirement-analyzer structured response spec - Fix agent routing table to cover non-prefixed task filenames (*-task-* or *-backend-task-*) - Clarify saturation check to reference source types from Discovery Sources table - Extract fullstack prompt condition from inline parenthetical to explicit conditional - Add technical-spec skill reference for layer determination in task-decomposer - Simplify verbose cross-layer annotations in build.md/implement.md - Add medium-scale step number mapping note to Cross-Layer Orchestration 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
Breaking Changes
/front-reverse-designcommand removed (use/reverse-engineerwith fullstack option)scope-discovererscope_typeparameter removed (unified single-pass discovery)Changed Files (13 + 2)
-en (5 files):
skills-en/subagents-orchestration-guide/SKILL.md— cross-layer orchestration sectionagents-en/scope-discoverer.md— unified single-pass rewriteagents-en/work-planner.md— multi Design Doc supportcommands-en/reverse-engineer.md— fullstack per-unit flowcommands-en/implement.md— design phase + routing-ja (8 files + 1 delete):
skills-ja/subagents-orchestration-guide/SKILL.md— cross-layer orchestrationagents-ja/scope-discoverer.md— unified single-pass rewriteagents-ja/work-planner.md— multi Design Doc supportagents-ja/task-decomposer.md— layer-aware namingcommands-ja/reverse-engineer.md— fullstack per-unit flowcommands-ja/implement.md— design phase + routingcommands-ja/build.md— routing annotationsskills-ja/documentation-criteria/references/plan-template.md— multi-doccommands-ja/front-reverse-design.md— deletedOther:
README.md,README.ja.md— updated diagrams and tablespackage.json— version 1.16.0CHANGELOG.md— full release notesTest plan
/reverse-engineerwith fullstack=Yes generates per-unit backend + frontend Design Docs/implementdetects cross-layer scope and routes to correct agents/buildroutes tasks by filename pattern (*-backend-task-*/*-frontend-task-*)npx create-ai-project updatecorrectly removes front-reverse-design.md via directory replacement🤖 Generated with Claude Code