# SSP Better Stack Agent Bootstrap

Use this path to take over or change an engineering project. The manifest is the routing contract; the Engineering Graph is the source of supported concepts and constraints.

Resolve every root-relative URL below against the origin that served this file.

## Execute

`GET /generated/agent-manifest.v0.1.json`, then execute its steps in order:

1. Discover: load the Engineering Graph named by this manifest and list its supported Profiles and Skills.
2. Declare the Project Profile from responsibilities and deployment boundaries. Record ownership uncertainty as a finding.
3. Assess readiness: load and run the `project-readiness` Skill, create Project documents for assessments, Evidence, and findings, then call `compileEngineeringGraph(documents)`. Stop implementation when `BLOCKED`; keep every `READY FOR DEVELOPMENT WITH EXCEPTIONS` reason visible otherwise.
4. Run the routed engineering Skill selected for the declared Profile.
5. Validate Code, Contract, and Runtime independently and record Evidence for every applicable layer.
6. Recompute readiness and return the result under the completion contract below.

## Completion contract

Return the declared Profile, responsibilities, non-responsibilities, selected Skill, derived readiness and reasons, Evidence for each applicable validation layer, and unresolved findings. Readiness is compiler output, never an authored claim.

Human explanations: [中文](/zh/docs/agent-path) | [English](/en/docs/agent-path)
