Skip to main content
Manus에서 모든 스킬 실행
원클릭으로

shared-file-redesign-parallel-author-serial-integrate

스타2
포크0
업데이트2026년 7월 8일 11:09

Structure a next-session handoff so a multi-slice redesign whose slices ALL edit one hot file (a template, a central view, a shared CSS block) can still be parallelized — even though the disjoint-files test says "don't split." Use when: (1) you're writing parallel next-session prompts (session-handoff Phase 3) and the remaining work is N slices that each touch the same file (e.g. report.html / analysis.py), so the standard "split only if file sets are disjoint" rule would force everything serial; (2) one slice is a longer-lead, schema/storage/back-compat -risky or probe-gated BACKEND change that a UI slice depends on; (3) you want to give the next session a concrete collision-mitigation plan, not just "these conflict." Encodes the parallel-author / serial-integrate split, the backend-first gating-spike ordering, ascending-risk merge order, narrow-collision marking, and the partials-extraction prep-PR alternative that converts serial integration into true parallelism.

설치

Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.

SKILL.md
readonly