starforall
- 18 skills
- 0 followers
- 13 hours ago last updated
- ▌ Trellis Start · starforallInitializes an AI development session by reading workflow guides, developer identity, git status, active tasks, and project guidelines from .trellis/. Classifies incoming tasks and routes to brainstorm, direct edit, or task workflow. Use when beginning a new coding session, resuming work, starting a new task, or re-establishing project context.
- ▌ Trellis Update Spec · starforallCaptures executable contracts and coding conventions into .trellis/spec/ documents. Use when learning something valuable from debugging, implementing, or discussion that should be preserved for future sessions.
- ▌ Trellis Brainstorm 2 · starforallGuides collaborative requirements discovery before implementation. Creates task directory, seeds PRD, asks high-value questions one at a time, researches technical choices, and converges on MVP scope. Use when requirements are unclear, there are multiple valid approaches, or the user describes a new feature or complex task.
- ▌ Trellis Brainstorm 3 · starforallGuides collaborative requirements discovery before implementation. Creates task directory, seeds PRD, asks high-value questions one at a time, researches technical choices, and converges on MVP scope. Use when requirements are unclear, there are multiple valid approaches, or the user describes a new feature or complex task.
- ▌ Record Session 2 · starforallLegacy/manual fallback for recording completed work progress to .trellis/workspace/ journal files after human testing and commit. Prefer `trellis-finish-work` for the normal close-out path; use this only when you specifically need to run `add_session.py` manually.
- ▌ Workflow Scan · starforall bundleGenerate a `WORKFLOW_QUESTIONS.md` report for an embedded Trellis temp project. Use when scanning the full workflow currently in use inside the temp project for problems, gaps, residual issues, or new issues before source-side repair.
- ▌ Workflow Repair · starforall bundleApply safe source-workflow fixes from a `WORKFLOW_QUESTIONS.md` report. Use when re-checking an embedded Trellis temp project report, consulting prior workflow issue history, and repairing `docs/workflows/新项目开发工作流/`.
- ▌ Multi CLI Review · starforallUse when a reviewer CLI must analyze a skill, command, workflow, document, config, or code artifact and produce a structured defect report for the current CLI to consume, especially after requests like "分析这个 skill 的问题", "输出结构化问题报告", or "做多 CLI 审查".
- ▌ Record Session · starforallLegacy/manual fallback for recording completed work progress to .trellis/workspace/ journal files after human testing and commit. Prefer `trellis-finish-work` for the normal close-out path; use this only when you specifically need to run `add_session.py` manually.
- ▌ Workflow Audit · starforall bundleUse when auditing whether the repo-local workflow rooted at `docs/workflows/新项目开发工作流/` has same-version maintenance issues in workflow assets, install/embed flows, CLI-native adaptation, or post-install verification boundaries, including a user-approved patch-only stable version mismatch in the current run; do not use for ordinary business code, application features, or generic implementation review, and use `workflow-capability-audit` instead for broader Trellis version-drift or upgrade-compatibility audits.
- ▌ Trellis Continue · starforallResume work on the current task. Loads the workflow Phase Index, figures out which phase/step to pick up at, then pulls the step-level detail via get_context.py --mode phase. Use when coming back to an in-progress task and you need to know what to do next.
- ▌ Demand Risk Assessment · starforall bundleUse when 需要对外包/项目/需求做“接/谈判后接/暂停/拒绝”的风险与收益判断,尤其在范围/验收/付款/合规/工期/依赖不清,或出现应急插队、续约变更、多需求排序、AI/LLM 等高不确定信号时。
- ▌ Multi CLI Review Action · starforallUse when the current CLI is the sole fixer for one or more `multi-cli-review` reports and must reconcile reviewer findings before any edits, especially after requests like "汇总审查报告", "处理 multi-cli-review 输出", or "按 reviewer 建议执行修复".
- ▌ Trellis Brainstorm · starforallGuides collaborative requirements discovery before implementation. Creates task directory, seeds PRD, asks high-value questions one at a time, researches technical choices, and converges on MVP scope. Use when requirements are unclear, there are multiple valid approaches, or the user describes a new feature or complex task.
- ▌
- ▌ Workflow Capability Audit · starforall bundleUse when auditing whether `docs/workflows/新项目开发工作流/` remains compatible under newer-version drift or an explicitly requested same-version full audit.
- ▌ Trellis Check · starforallComprehensive quality verification: spec compliance, lint, type-check, tests, cross-layer data flow, code reuse, and consistency checks. Use when code is written and needs quality verification, before committing changes, or to catch context drift during long sessions.
- ▌ Trellis Break Loop · starforallDeep bug analysis to break the fix-forget-repeat cycle. Analyzes root cause category, why fixes failed, prevention mechanisms, and captures knowledge into specs. Use after fixing a bug to prevent the same class of bugs.