tsq-start

tsq-start is a skill for Claude Code from sonature-lab/timsquad. It costs 76 tokens per session (745 once invoked), scanned A, original, MIT.

A command workflow for starting the TimSquad development pipeline, restoring its state, and checking whether the project needs onboarding.

In plain words
What is it for?
Use it with /tsq-start to start the daemon, inspect the current phase, restore an unfinished sequence, and begin or skip onboarding.
Why use it?
It shows where the project is in the workflow and identifies missing planning documents before development continues.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Use it with /tsq-start to start the daemon, inspect the current phase, restore an unfinished sequence, and begin or skip onboarding.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sonature-lab/timsquad/tsq-start
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add sonature-lab/timsquad --skill tsq-start
Clone the repo
git clone --depth 1 https://github.com/sonature-lab/timsquad

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tsq-start

README.md
[![agentmods](https://agentmods.dev/badge/skills/sonature-lab/timsquad/tsq-start.svg)](https://agentmods.dev/skills/sonature-lab/timsquad/tsq-start)
Your own site
<a href="https://agentmods.dev/skills/sonature-lab/timsquad/tsq-start"><img src="https://agentmods.dev/badge/skills/sonature-lab/timsquad/tsq-start.svg" alt="Measured on agentmods" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 745 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00076 $0.00745
Opus 5 $0.00038 $0.00373
Sonnet 5 $0.00015 $0.00149
Haiku 4.5 $0.00008 $0.00075

Measured 8d ago against content hash f0e41653044f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

tsq-start scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

templates/base/skills/tsq-start/SKILL.md · 64 lines

What it actually says

/tsq-start — TimSquad Pipeline Start

Protocol

  1. 데몬 기동: tsq daemon start 2>/dev/null || true
  2. 현재 Phase 확인: .timsquad/state/current-phase.json 읽기
  3. 프로토콜 활성화: 이후 tsq-protocol 준수, 위임은 controller 경유
  4. 상태 복원: 진행 중인 시퀀스/태스크 요약 출력
  5. 온보딩 감지: SSOT 충족도 검사 → 미충족 시 온보딩 모드
  6. 안내 출력

온보딩 감지 (Step 5)

.timsquad/ssot/.md 파일을 스캔하여 작성 완료도 판정:

  • empty: placeholder만 존재 (50%+)
  • partial: 일부 섹션만 작성
  • filled: 주요 섹션 작성 완료

진입 조건 (하나라도 해당): prd.md가 empty / required 70%+ empty / progress=0

온보딩 시 SSOT 현황을 보여주고 3가지 선택지 제시:

  1. 온보딩 시작 (권장) — PRD부터 순서대로
  2. 특정 문서만 작성
  3. 건너뛰기

온보딩 프로세스

우선순위: 개발환경(강제) → prd(grill 강제) → Sub-PRD(grill 강제) → requirements → data-design → service-spec

각 Step의 상세 절차는 references/onboarding-steps.md를 Read하여 참조한다.

Step 내용 강제 여부
0 테스트 프레임워크 설치 건너뛸 수 없음
1 /tsq-grill prd — PRD 심층 인터뷰 건너뛸 수 없음
2 /tsq-grill 반복 — Sub-PRD 작성 중단 가능
3 나머지 SSOT 문서 선택적

타입별 추가 우선 문서는 references/onboarding-questions.md 참조.

온보딩 완료 후 자동 전환

모든 SSOT 문서 filled + grill.pending 비어있으면:

  1. /tsq-decompose 자동 안내 (Phase-Sequence-Task 생성)
  2. planning.md 확정 후 정상 파이프라인 진행

파이프라인 분기

온보딩 완료 + planning.md 확정 후:

  • 파이프라인 적합 (새 기능, API, DB, 아키텍처) → controller 경유 위임
  • 단순 작업 (오타, 스타일, 1-2줄) → 직접 수행 + 최소 로그
  • 모호한 경우 → 사용자에게 선택지 제시
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 64 lines · 76 tokens per session scan A f0e41653044f

Subscribe to this mod's changes

tsq-start is a skill published in the GitHub repository sonature-lab/timsquad (11 stars, last pushed 8d ago), licensed MIT. It adds 76 tokens to every session and 745 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

magazine-web-ppt

For marketing and gtm work: bind launches, campaigns, events, and brand plans to growth and pipeline outcomes. Built around the core query "annual-marketing-plan", with GTM strategy lead judgment, buyer-ready proof, and this outcome: approve launch plan, campaign budget, or GTM motion.

nexu-io/open-design · 67 tokens

html-ppt-zhangzara-broadside

OpenDesign's product-launch announcement and press narrative — the headline, the proof points, and the call to action. Built as a decision-grade marketing & GTM deck for press, community, prospects.

nexu-io/open-design · 52 tokens

html-ppt-zhangzara-coral

OpenDesign's community-growth campaign across GitHub, Discord, and X: the loops, the content calendar, and the pipeline math. Built as a decision-grade marketing & GTM deck for growth team, community lead.

nexu-io/open-design · 55 tokens

deck-guizang-editorial

OpenDesign's FY26 marketing plan: brand-to-pipeline — audience, offer, channel mix, and the launch calendar that ties creative to growth. Built as a decision-grade marketing & GTM deck for CMO, growth lead, founder.

nexu-io/open-design · 56 tokens

drug-design

End-to-end drug discovery pipeline orchestration. Deterministic Python script that auto-chains structure prediction, pocket detection, de novo design, docking, scoring, and ADMET filtering into reproducible workflows.

synthetic-sciences/openscience · 44 tokens

workflow-creation

Create a new Stencila workflow. Use when asked to create, write, scaffold, or set up a workflow directory or WORKFLOW.md file. Covers workflow discovery, duplicate-name checks, ephemeral workflows, WORKFLOW.md frontmatter, DOT pipeline authoring, goals, agents, branching, composition, and validation.

stencila/stencila · 67 tokens