Skip to main content

Appendix A: Key File Paths Quick Reference

Core Documents

FileDescriptionWhen Read
.trellis/workflow.mdDevelopment workflow guideEvery session start
.trellis/worktree.yamlMulti-Agent worktree configDuring parallel development
.trellis/.versionCurrent Trellis versionDuring updates

Command Definitions

FileCommand
.claude/commands/trellis/start.md/trellis:start
.claude/commands/trellis/parallel.md/trellis:parallel
.claude/commands/trellis/before-dev.md/trellis:before-dev
.claude/commands/trellis/brainstorm.md/trellis:brainstorm
.claude/commands/trellis/check.md/trellis:check
.claude/commands/trellis/check-cross-layer.md/trellis:check-cross-layer
.claude/commands/trellis/finish-work.md/trellis:finish-work
.claude/commands/trellis/break-loop.md/trellis:break-loop
.claude/commands/trellis/create-command.md/trellis:create-command
.claude/commands/trellis/integrate-skill.md/trellis:integrate-skill
.claude/commands/trellis/onboard.md/trellis:onboard
.claude/commands/trellis/record-session.md/trellis:record-session
.claude/commands/trellis/update-spec.md/trellis:update-spec

Agent Definitions

FileAgentRole
.claude/agents/dispatch.mdDispatchPure orchestrator
.claude/agents/plan.mdPlanRequirements assessment
.claude/agents/implement.mdImplementCode implementation
.claude/agents/check.mdCheckQuality checking
.claude/agents/debug.mdDebugBug fixing
.claude/agents/research.mdResearchInformation search (read-only)

Hook Scripts

FileTrigger TimingFunction
.claude/hooks/session-start.pySessionStartAuto-inject context
.claude/hooks/inject-subagent-context.pyPreToolUse (Task)Spec injection engine
.claude/hooks/ralph-loop.pySubagentStop (check)Quality control loop

Cursor Command Definitions

FileCommand
.cursor/commands/trellis-start.md/trellis-start
.cursor/commands/trellis-before-dev.md/trellis-before-dev
.cursor/commands/trellis-brainstorm.md/trellis-brainstorm
.cursor/commands/trellis-check.md/trellis-check
.cursor/commands/trellis-check-cross-layer.md/trellis-check-cross-layer
.cursor/commands/trellis-finish-work.md/trellis-finish-work
.cursor/commands/trellis-break-loop.md/trellis-break-loop
.cursor/commands/trellis-create-command.md/trellis-create-command
.cursor/commands/trellis-integrate-skill.md/trellis-integrate-skill
.cursor/commands/trellis-onboard.md/trellis-onboard
.cursor/commands/trellis-record-session.md/trellis-record-session
.cursor/commands/trellis-update-spec.md/trellis-update-spec

Codex / OpenCode Configuration

FileDescription
AGENTS.mdEntry file, provides base project context (generated for all platforms)
.agents/skills/*/SKILL.mdShared Agent Skills (13 skills)
.codex/config.tomlProject-scoped Codex configuration
.codex/agents/*.tomlCustom Codex agents (implement.toml, research.toml, check.toml)
.codex/skills/parallel/SKILL.mdCodex-specific skill for multi-agent pipelines
.codex/hooks/session-start.pySessionStart hook (auto-injects context)
.codex/hooks.jsonHooks configuration

Kilo Code Configuration

FileDescription
.kilocode/workflows/*.mdWorkflow commands (equivalent to slash commands) — 13 workflows generated by Trellis

Kiro Configuration

FileDescription
.kiro/skills/*/SKILL.mdAgent Skills (YAML frontmatter + instructions) — 12 skills generated by Trellis

Script Tools

ScriptFunction
.trellis/scripts/task.pyTask management (14 subcommands)
.trellis/scripts/get-context.pyGet session context
.trellis/scripts/get-developer.pyGet developer identity
.trellis/scripts/init-developer.pyInitialize developer
.trellis/scripts/add-session.pyRecord session
.trellis/scripts/multi-agent/plan.pyPlan phase script
.trellis/scripts/multi-agent/start.pyStart worktree Agent
.trellis/scripts/multi-agent/status.pyView status
.trellis/scripts/multi-agent/create-pr.pyCreate PR
.trellis/scripts/multi-agent/cleanup.pyClean up worktree