From orchestration
Guidelines for working with LLM context stored in the .llm/ directory.
npx claudepluginhub motlin/claude-code-plugins --plugin orchestrationThis skill uses the workspace's default tool permissions.
Extra context for LLMs may be stored in the `.llm/` directory at the root of a git repository.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Extra context for LLMs may be stored in the .llm/ directory at the root of a git repository.
.llm/ exists, it will be at the root directory of the git repository.llm/ should not be tracked in version control.llm/ appears to contain untracked content, ensure that it appears in .git/info/exclude.llm/todo.md exists, it is the task list we are working on@markdown-tasks:tasks skill will handle task completion.llm/ directory is read-only context for your reference