Skip to main content
Run any Skill in Manus
with one click

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

Stars2
Forks0
UpdatedJuly 8, 2026 at 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.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly