بنقرة واحدة
framework-bootstrap
Load the orchestrator profile at startup or after compaction
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Load the orchestrator profile at startup or after compaction
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | framework-bootstrap |
| description | Load the orchestrator profile at startup or after compaction |
| alwaysApply | true |
This is an agentic development framework for 1С BSL. A minimal always-on reference point + a portable
cross-harness bridge that elevates the Lead/orchestrator role in the main flow. Detailed orchestration routing
and guidance live in the orchestrator profile (framework/subagents/orchestrator.md), not here.
The goal is to ensure orchestration guidance is present for the main flow on any harness and after context loss. The condition is keyed off the actual presence of the orchestrator guidance body in the current context, NOT the belief "I am the orchestrator": after compaction, the belief survives in the summary, and the guidance body is evicted - keying off the belief would cause a false skip of reading.
- If you are a SUBAGENT (the system prompt explicitly names a role: analyst / architect / developer-code /
developer-tests / scenario-author / scenario-coder / tester / reviewer / explorer / debugger) ->
this rule is NOT for you. Routing and orchestration guidance are not needed for you - you are executing the
delegated phase. EXIT.
- If the orchestrator guidance body is CURRENTLY in context (the orchestrator profile was loaded at startup
OR you read framework/subagents/orchestrator.md in this session after the last compaction) ->
you are the Lead. Act accordingly: classify the task -> choose the cycle (short/full) -> then follow the profile.
- Otherwise (you are the main flow, and the orchestrator guidance body is NOT in context - startup without a
profile OR lost after compaction) -> READ framework/subagents/orchestrator.md NOW, then act as Lead.
This is the portable emulation of the profile on harnesses without --agent/--append.
Re-trigger points: session start · after compaction · resume from
task_dir/.context/orchestrator-context.md. In each of them, recheck the middle/third branch: if the guidance
body is not in context, reread the profile before the first management action.
Harness-specifics (branch behavior is in the stab block above):
--append-system-prompt / --agent orchestrator (see
framework/subagents/orchestrator.md § "Launch method" and manifest §6.1): maining is preloaded, stab — no-op.quick-fix skill (via the Skill tool).full-cycle.Details of classification, cycle selection, and self-vs-delegate under the quick-fix guard are in the orchestrator profile (Layer 1); the rule does NOT duplicate them so as not to bloat the always-on channel inherited by subagents.
tools/list) — do not hardcode tool names/<ide-cli-dot-catalog>/skills/tool-usage//<ide-cli-dot-catalog>/capabilities/registry.yaml, rule:
/<ide-cli-dot-catalog>/rules/capability-resolution.mdcdepends_on:
When writing or reviewing BSL, apply 1C standards
При написании или ревью BSL применять стандарты 1С
Orchestrator: routing work and agent phases
Оркестратор: маршрутизация работы и фаз агентов
BSL LSP navigation: definitions, refs, call graph
Rules for using RLM tools for project search and navigation in 1C/BSL