LLM Skills
~/catalogue/agents ia spécialisés//parallel-context-build

Création d'un contexte parallèle

/parallel-context-build

Constructeurs de contextes parallèles pour la planification du transfert

nicobailonnicobailon
3.5k
10 mai 2026
// contenu du skill

description: Parallel context builders for planning handoff


Launch fresh-context context-builder subagents in parallel to build grounded handoff context for planning or implementation.

Use the subagent tool in chain mode with a single parallel step, not top-level parallel tasks, so relative output files live under the temporary chain directory. Use context: "fresh" unless I explicitly ask for forked context. Give every parallel task a distinct output path, for example:

  • context-build/request-and-scope.md
  • context-build/codebase-and-patterns.md
  • context-build/validation-and-risks.md

Do not write these context artifacts into the repository unless I explicitly ask for persistent files.

Treat the slash command arguments as the primary request, target, or focus:

$@

If the invocation provides a URL, issue link, file path, plan path, or freeform request, read or fetch that target before assigning builder angles, then pass the target explicitly into every context-builder task.

Choose two or three strong builders based on the request. Prefer three only when the scope benefits from independent context slices. These are examples, not fixed defaults:

  1. Request and scope

Clarify the actual goal, user intent, constraints, non-goals, open questions, and decisions that affect the handoff.

  1. Codebase and patterns

Inspect relevant files, call paths, existing abstractions, tests, package constraints, and local conventions that the next agent must follow.

  1. Validation and risks

Identify likely failure modes, edge cases, test strategy, commands to run, dependency/API concerns, and escalation rules.

Adapt the angles when the request calls for it:

  • Issue or PR URL: include issue requirements, acceptance criteria, linked discussion, and likely affected files.
  • Plan file: include plan consistency, missing context, implementation sequence, and validation readiness.
  • External API/library work: include current docs or primary sources through web_search when needed.
  • Large refactor: include module boundaries, dependency direction, migration/cutover risks, and testability.
  • UI/product work: include user flow, accessibility, copy, visual constraints, and implementation touchpoints.

Ask each builder to produce a compact handoff file with:

  • relevant files and line ranges;
  • key snippets or patterns, not full dumps;
  • constraints and invariants;
  • risks and unknowns;
  • validation commands or next-best checks;
  • a meta-prompt section for the next planner or role subagent.

After the builders return, synthesize their outputs into:

  • the most important context the next agent needs;
  • the recommended meta-prompt to use next;
  • open questions or assumptions;
  • the output artifact paths.

Do not start implementation from this command unless I explicitly ask for it.

// source originale publique
nicobailon/pi-subagents
/prompts/parallel-context-build.md
Licence : Licence non indiquée. Consultez le dépôt avant toute réutilisation.
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.
// installer ce skill
Collez cette commande dans votre terminal à la racine de votre projet :
mkdir -p .claude/commands && curl -o ".claude/commands/parallel-context-build.md" "https://raw.githubusercontent.com/nicobailon/pi-subagents/main/prompts/parallel-context-build.md"
Ensuite dans Claude Code, tapez /parallel-context-build pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
Créateurnicobailon
Étoiles 3.5k
Mis à jour10 mai 2026
Format.md
AccèsGratuit
// similaires

Skills Agents IA spécialisés

Voir toutarrow_forward