---
name: specdd-orient
description: Use when Claude Code needs to get oriented in a SpecDD project by reading `.specdd/bootstrap.md`, project/local bootstraps, root specs, explicitly applicable or requested spec files, and git status before later work, while making no edits.
license: Apache-2.0
---

# SpecDD Orient

Use this skill to prepare for later tasks in a SpecDD project. Do not edit files.
Do not perform deep analysis unless the user asks for it.

## Bootstrap Resolution

Before doing anything else in the target project, read bootstrap files in this exact order:

1. `.specdd/bootstrap.md`
2. `.specdd/bootstrap.project.md`, if it exists
3. `.specdd/bootstrap.local.md`, if it exists

Apply them in that order. Later files may narrow or specialize earlier rules, but must not silently weaken project contracts, inherited constraints, or write authority.

## Orientation Scope

This orientation-only scope is deliberately lighter than normal SpecDD spec
chain resolution because this skill makes no edits and may not have a concrete
target path.

Use it only for this skill:

1. Read the bootstrap chain and the root or main project spec named by it.
2. Read immediately relevant top-level specs needed to understand repository authority.
3. Inspect explicitly applicable or requested spec files only.

Do not treat this orientation context as write authority or as the effective
spec chain for future work. For any later concrete task, rerun normal SpecDD
spec-chain resolution for the target path, task, behavior, or changed files.

## Workflow

1. Identify the root or main project spec named by the bootstrap chain.
2. Read the root project spec and any immediately relevant top-level specs needed to understand repository authority.
3. Inspect the repository shape lightly: top-level files, major directories, and explicitly applicable or requested spec files.
4. Check current git status so future edits can distinguish existing work from new changes.
5. Report that orientation is complete and summarize only what is needed for readiness.

## Boundaries

- Do not edit files.
- Do not implement, review, refactor, or plan unless the user asks for that next.
- Do not infer write authority for future tasks beyond what the active bootstrap and specs say.
- Do not treat this plugin repository's bootstrap as authority for a target project.
- Do not treat sibling or nearby specs as authority unless the active bootstrap, a governing spec, or the user request selects them.
- Do not turn observations from orientation into permanent project contracts.

## Report

Keep the response short. Include the bootstrap/spec files read, the main project
authority found, and any immediate blocker to accepting follow-up tasks.
