Skip to content

feat: add cross-layer orchestration and fullstack reverse-engineer support#129

Merged
shinpr merged 6 commits intomainfrom
feature/enhance-fullstack-workflow
Feb 14, 2026
Merged

feat: add cross-layer orchestration and fullstack reverse-engineer support#129
shinpr merged 6 commits intomainfrom
feature/enhance-fullstack-workflow

Conversation

@shinpr
Copy link
Owner

@shinpr shinpr commented Feb 14, 2026

Summary

  • Integrate cross-layer orchestration into existing workflow commands (implement, build) and subagents-orchestration-guide skill, enabling automatic layer-aware agent routing via filename patterns
  • Unify scope-discoverer from dual-mode (prd/design-doc) to single-pass discovery combining user-value and technical perspectives
  • Add fullstack option to reverse-engineer command, replacing the removed /front-reverse-design command with per-unit backend + frontend Design Doc generation
  • Full -ja translations for all changes with expression style alignment

Breaking Changes

  • /front-reverse-design command removed (use /reverse-engineer with fullstack option)
  • scope-discoverer scope_type parameter removed (unified single-pass discovery)

Changed Files (13 + 2)

-en (5 files):

  • skills-en/subagents-orchestration-guide/SKILL.md — cross-layer orchestration section
  • agents-en/scope-discoverer.md — unified single-pass rewrite
  • agents-en/work-planner.md — multi Design Doc support
  • commands-en/reverse-engineer.md — fullstack per-unit flow
  • commands-en/implement.md — design phase + routing

-ja (8 files + 1 delete):

  • skills-ja/subagents-orchestration-guide/SKILL.md — cross-layer orchestration
  • agents-ja/scope-discoverer.md — unified single-pass rewrite
  • agents-ja/work-planner.md — multi Design Doc support
  • agents-ja/task-decomposer.md — layer-aware naming
  • commands-ja/reverse-engineer.md — fullstack per-unit flow
  • commands-ja/implement.md — design phase + routing
  • commands-ja/build.md — routing annotations
  • skills-ja/documentation-criteria/references/plan-template.md — multi-doc
  • commands-ja/front-reverse-design.mddeleted

Other:

  • README.md, README.ja.md — updated diagrams and tables
  • package.json — version 1.16.0
  • CHANGELOG.md — full release notes

Test plan

  • Verify /reverse-engineer with fullstack=Yes generates per-unit backend + frontend Design Docs
  • Verify /implement detects cross-layer scope and routes to correct agents
  • Verify /build routes tasks by filename pattern (*-backend-task-* / *-frontend-task-*)
  • Verify npx create-ai-project update correctly removes front-reverse-design.md via directory replacement

🤖 Generated with Claude Code

shinpr and others added 5 commits February 14, 2026 13:05
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>
@shinpr shinpr self-assigned this Feb 14, 2026
…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>
@shinpr shinpr merged commit e1efbbb into main Feb 14, 2026
1 check passed
@shinpr shinpr deleted the feature/enhance-fullstack-workflow branch February 14, 2026 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant