# YDY Multica Starter Files

These Markdown files give people a head start building a small Multica MVP pod.

There are four layers:

1. A full setup instruction file for Claude Code.
2. Step-specific Give-to-Claude setup files for running individual setup steps.
3. Section-level instruction files for manual setup or inspection.
4. Four agent files and supporting skill files Claude can use while creating the Multica agents/skills.

## Give this to Claude first

- [Claude Code Multica MVP setup instructions](./setup/claude-code-multica-mvp.md)

This file tells Claude how to:

- check Claude Code and Multica CLI on the Mac/PC
- confirm Multica Cloud/workspace/daemon/runtime
- create the four MVP agents
- create evidence/review/HTML-report skills
- assign skills to agents
- create the sample SEO workflow issue

## Step-specific Give-to-Claude files

Use these when you want Claude Code to perform one setup step rather than reading a human reference page.

- [Create the four MVP agents](./setup/claude/02-create-agents.md)
- [Add agent instructions](./setup/claude/03-add-agent-instructions.md)
- [Create and attach skills](./setup/claude/04-create-and-attach-skills.md)
- [Run the first request](./setup/claude/05-run-first-request.md)
- [Review the MVP loop](./setup/claude/06-review-loop.md)

## Section instruction files

These explain what each step means and are useful for manual setup or inspection.

- [Step 1 — Give Claude the setup](./setup/sections/01-claude-setup.md)
- [Step 2 — Create the four MVP agents](./setup/sections/02-create-agents.md)
- [Step 3 — Add agent instruction files](./setup/sections/03-agent-instructions.md)
- [Step 4 — Attach skills](./setup/sections/04-attach-skills.md)
- [Step 5 — Run the first request](./setup/sections/05-run-first-request.md)
- [Step 6 — Review the loop](./setup/sections/06-review-loop.md)

## Agent instruction files

- [Chief of Staff](./agents/chief-of-staff.md)
- [Researcher](./agents/researcher.md)
- [SEO Consultant](./agents/seo-consultant.md)
- [Blog Writer](./agents/blog-writer.md)

## Core skill files

- [Chief of Staff final review](./skills/chief-of-staff-final-review.md)
- [Evidence labels](./skills/evidence-labels.md)
- [HTML styled report preview](./skills/html-styled-report-preview.md)
- [HTML blog approval preview](./skills/html-blog-approval-preview.md)

## Optional workflow recipe

- [SEO audit to site growth work](./skills/route-seo-audit-to-blogs.md) — reference pattern only; the Chief of Staff should route SEO work to the SEO Consultant because of the agent roles.

## Suggested usage

1. Open the Claude setup file in Claude Code on the Mac/PC that has Multica CLI installed.
2. Let Claude run discovery commands first — workspace, daemon, runtime, agents, skills.
3. Let Claude create the MVP pod using these agent/skill files.
4. Run the sample Chief of Staff request from the [Multica MVP guide](/guides/multica-mvp).

The first workflow proves the loop with SEO and blog opportunities. The four agents should remain useful afterwards for broader coordination, research, SEO/site growth, and blog writing.

These files are starter rails, not sacred scripture. If your Multica CLI version has different flags, Claude should inspect `multica <command> --help` and adapt rather than follow a broken tutorial.
