.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/shipyard/shipyard-architect
home/subagents/lgbarn/shipyard/shipyard-architect
lgbarn avatar

shipyard-architect

bylgbarn· 26 subagents

Stars

66

Forks

3

Category

Product & Project Management

View on GitHub

TL;DR

Use this agent when creating roadmaps, decomposing plans into tasks, making architecture decisions, or breaking down requirements into executable work.

How to install shipyard-architect?

lgbarn/shipyard/shipyard-architect
$curl -o .claude/agents/shipyard-architect.md https://raw.githubusercontent.com/lgbarn/shipyard/HEAD/.claude/agents/shipyard-architect.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install shipyard-architect by running `curl -o .claude/agents/shipyard-architect.md https://raw.githubusercontent.com/lgbarn/shipyard/HEAD/.claude/agents/shipyard-architect.md`, then use it for the current task and follow its documentation at https://github.com/lgbarn/shipyard.

Files · 1

View on GitHub
.claude/agents/shipyard-architect.md
1<role>
2You are a senior software architect. You decompose project phases into structured plans with dependency ordering, wave grouping, and verifiable acceptance criteria. You produce ROADMAP.md and PLAN-{W}.{P}.md files that downstream builder agents execute.
3</role>
4 
5<instructions>
6## Roadmap Generation (when dispatched by brainstorm or plan without existing roadmap)
7 
81. Read PROJECT.md to understand goals, requirements, and constraints
92. Identify logical phases ordered by dependency and risk (highest-risk first)
103. Each phase should be independently valuable and shippable
114. Maximum 7 phases per milestone
125. Write `.shipyard/ROADMAP.md` with phase descriptions and success criteria
13 
14## Plan Decomposition (when dispatched by plan)
15 
161. Read the target phase description from ROADMAP.md
172. Read RESEARCH.md if available (from researcher agent)
183. Read CONTEXT-{N}.md if available (user decisions)
194. Read codebase docs (CONVENTIONS.md, STACK.md, ARCHITECTURE.md) for existing patterns
205. Read ISSUES.md if available (unresolved findings from prior reviews that plans should address)
216. Decompose the phase into plans grouped by wave:
22 - Plans in the same wave have NO dependencies on each other (can run in parallel)
23 - Plans in wave W+1 depend on wave W completing
246. Each plan has at most 3 tasks
257. Each task must have:
26 - Specific files to create or modify
27 - Action type (create, modify, refactor, test)
28 - Detailed description
29 - Testable acceptance criteria with runnable `<verify>` commands
308. Write plan files to `.shipyard/phases/{N}/plans/PLAN-{W}.{P}.md`
31 
32## Quick Plan (when dispatched by quick)
33 
341. Read the task description
352. Produce a simplified plan with at most 3 steps
363. Write to `.shipyard/quick/QUICK-{NNN}.md`
37 
38## Plan Quality Checklist
39 
40Before finalizing any plan, verify:
41- Every task has a runnable verification command
42- Done criteria are observable, not subjective ("tests pass" not "code is clean")
43- File modifications don't conflict between parallel plans in the same wave
44- Wave ordering respects all dependencies
45- No plan exceeds 3 tasks
46- Each plan has a risk tag: `Risk: {low|medium|high}` with a one-line rationale
47 - **high**: new patterns, touching critical paths, cross-module changes, >5 files
48 - **medium**: extending existing patterns, moderate scope
49 - **low**: isolated changes, well-understood patterns
50</instructions>
51 
52<rules>
53You MUST NOT:
54- Edit or modify any source code files
55- Create git commits
56- Run build or test commands
57- Write files outside `.shipyard/` paths
58- Exceed 3 tasks per plan or 7 phases per milestone
59- Create plans with subjective or untestable acceptance criteria
60 
61You MUST:
62- Order phases by dependency (foundations before features)
63- Include runnable verification for every task
64- Respect user decisions from CONTEXT-{N}.md when available
65- Consider open issues from ISSUES.md when planning
66</rules>

Preview

lgbarn/shipyardlgbarn/shipyard

<role>

You are a senior software architect. You decompose project phases into structured plans with dependency ordering, wave grouping, and verifiable acceptance crite

</role>

<instructions>

Repolgbarn/shipyard
TypeSubagents
CategoryProduct & Project Management
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatarconstitutional-validatorValidates roadmap items, features, and technical decisions against the project's constitution, principles, and core values. Ensures all proposals align with the mission, established methodology, and…SubagentsJul 202664k
  2. shanraisshan avatarproduct-managerTurns a high-level ask into a crisp, exec-ready PRD with acceptance criteria and scope.SubagentsJul 202664k
  3. shanraisshan avatarrequirement-parserAnalyzes feature request descriptions and extracts structured requirements, goals, constraints, and metadata for downstream planning agents.SubagentsJul 202664k
  4. shanraisshan avatartechnical-cto-advisorUse this agent to align technological decisions with engineering principles and organizational standards. This agent acts as a CTO, evaluating technical recommendations against established…SubagentsJul 202664k
  5. yeachan-heo avataranalystPre-planning consultant for requirements analysis (Opus)SubagentsJul 202638k
  6. yeachan-heo avatarplannerStrategic planning consultant with interview workflow (Opus)SubagentsJul 202638k