# Agent Kickoff Prompt Pack

Use these prompts to start from a real task instead of spending the first turn explaining the setup.

## 1. Architecture audit

Use the Agentic Design Blueprint as an audit framework.

1. List the doctrine clusters first.
2. Propose which principles are most relevant to this agent architecture.
3. Search for examples that match the system's orchestration, visibility, steering, and approval patterns.
4. Return the top gaps, the strongest alignments, and the next examples to inspect.

## 2. Example lookup

Search the blueprint for examples about orchestration, visibility, and steering.

- Group them by principle.
- Tell me which examples to read first.
- Explain why each one is relevant to a production agent runtime.

## 3. Principle explainer

Explain the most relevant principle for this workflow.

- Include the definition.
- Include the rationale.
- Include the risk of ignoring it.
- Link one example I should inspect next.

## 4. Runtime pattern review

Treat this product as an agent runtime, not only as a chat interface.

- Identify which doctrine cluster is most at risk.
- Name the principle most likely to fail first.
- Suggest the runtime pattern that would strengthen it.
- Return one concrete implementation example.

## 5. Setup verification

Verify that the blueprint integration is working.

1. Confirm the MCP endpoint.
2. List the public tools.
3. Run `list_clusters`.
4. Recommend the next doctrine or example lookup based on the current task.
