continue
Resume work on the current task — pick up at the right phase/step in `.trellis/workflow.md`.
Initialize a Trellis-managed development session. This platform has no session-start hook, so manually load the equivalent compact context by following these steps.
$ npx -y skills add mindfold-ai/trellis --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/startContext preview
What this command does when you run it.
Initialize a Trellis-managed development session. This platform has no session-start hook, so manually load the equivalent compact context by following these steps.
Initialize a Trellis-managed development session. This platform has no session-start hook, so manually load the equivalent compact context by following these steps.
---
Identity, git status, current task, active tasks, journal location.
{{PYTHON_CMD}} ./.trellis/scripts/get_context.pyIf this output includes a line beginning `Trellis update available:`, copy the full line verbatim when summarizing session context. Do not shorten operational command hints.
Compact Phase Index, request triage rules, planning artifact contract, and the step-detail command.
{{PYTHON_CMD}} ./.trellis/scripts/get_context.py --mode phaseFull guide in `.trellis/workflow.md` (read on demand).
Discover packages + spec layers, then read each relevant index file.
{{PYTHON_CMD}} ./.trellis/scripts/get_context.py --mode packages
cat .trellis/spec/guides/index.md
cat .trellis/spec/<package>/<layer>/index.md # for each relevant layerIndex files list the specific guideline docs to read when you actually start coding.
From Step 1 you know the current task and status. Check the task directory:
{{PYTHON_CMD}} ./.trellis/scripts/get_context.py --mode phase --step 2.1 --platform {{CLI_FLAG}}---
| User intent | Skill | |---|---| | New feature / unclear requirements | `trellis-brainstorm` | | About to write code | `trellis-before-dev` | | Done coding / quality check | `trellis-check` | | Stuck / fixed same bug multiple times | `trellis-break-loop` | | Learned something worth capturing | `trellis-update-spec` |
Full rules + anti-rationalization table in `.trellis/workflow.md`.
Repo: mindfold-ai/trellis
Resume work on the current task — pick up at the right phase/step in `.trellis/workflow.md`.
Create a migration manifest for a new patch, beta, rc, or minor release based on commits since the previous release.
Wrap up the current session: archive the active task (and any other completed-but-unarchived tasks the user wants to clean up) and record the session journal.…
Sync a marketplace skill to the documentation site. Creates skill detail pages (EN/ZH), updates the marketplace index, and updates docs.json navigation.