create-manifest
Create a migration manifest for a new patch, beta, rc, or minor release based on commits since the previous release.
Resume work on the current task — pick up at the right phase/step in `.trellis/workflow.md`.
$ npx -y skills add mindfold-ai/trellis --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/continueContext preview
What this command does when you run it.
Resume work on the current task — pick up at the right phase/step in `.trellis/workflow.md`.
Resume work on the current task — pick up at the right phase/step in `.trellis/workflow.md`.
---
python3 ./.trellis/scripts/get_context.py
Confirms: current task, git state, recent commits.
python3 ./.trellis/scripts/get_context.py --mode phase
Shows the Phase Index (Plan / Execute / Finish) with routing + skill mapping.
`get_context.py` shows the active task's `status` field. Route by `status` + artifact presence. This command replaces the user needing to remember the Trellis flow; it does not itself approve implementation.
Phase rules (full detail in `.trellis/workflow.md`):
1. Run steps **in order** within a phase — `[required]` steps must not be skipped 2. `[once]` steps are already done if the required output exists. `prd.md` alone can be enough only for lightweight tasks; complex tasks also need `design.md` and `implement.md`. 3. You may go back to an earlier phase if discoveries require it
Once you know which step to resume at:
python3 ./.trellis/scripts/get_context.py --mode phase --step <X.X> --platform claude
Follow the loaded instructions. After each `[required]` step completes, move to the next.
---
Full workflow and detailed phase steps live in `.trellis/workflow.md`. This command is only an entry point — the canonical guidance is there.
Repo: mindfold-ai/trellis
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.
Initialize a Trellis-managed development session. This platform has no session-start hook, so manually load the equivalent compact context by following these…