tsq-full

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

A full TimSquad workflow for carrying out a multi-step development plan. It moves through phases and tasks, delegates work, runs unit, integration, and end-to-end checks, and resumes from the last unfinished task after an interruption.

In plain words
What is it for?
Use it for large features, authentication, payment modules, or refactors that already have a TimSquad plan, with task delegation, verification gates, phase notes, and resumable progress.
Why use it?
It keeps work organized when a feature requires several dependent stages. Quality gates and recorded progress help prevent unfinished or broken earlier work from affecting later stages.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Use it for large features, authentication, payment modules, or refactors that already have a TimSquad plan, with task delegation, verification gates, phase notes, and resumable progress.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sonature-lab/timsquad/tsq-full
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-full
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-full

README.md
[![agentmods](https://agentmods.dev/badge/skills/sonature-lab/timsquad/tsq-full/github.svg)](https://agentmods.dev/skills/sonature-lab/timsquad/tsq-full)
Your own site
<a href="https://agentmods.dev/skills/sonature-lab/timsquad/tsq-full"><img src="https://agentmods.dev/badge/skills/sonature-lab/timsquad/tsq-full/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for tsq-full

Your own site · 80×15
<a href="https://agentmods.dev/skills/sonature-lab/timsquad/tsq-full"><img src="https://agentmods.dev/badge/skills/sonature-lab/timsquad/tsq-full.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 197 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 846 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00197 $0.00846
Opus 5 $0.00098 $0.00423
Sonnet 5 $0.00039 $0.00169
Haiku 4.5 $0.00020 $0.00085

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

Security

Grade A, and why

tsq-full 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 9d 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-full/SKILL.md · 71 lines

What it actually says

/tsq-full — Controller 경유 풀 파이프라인

Phase-Sequence-Task 전체 워크플로우를 Controller 경유로 실행한다. planning.md 기반으로 체계적 구현, 게이트 검증, Librarian 기록까지 수행하는 이유: 다단계 작업에서 각 Phase의 산출물이 다음 Phase의 입력이 되므로, 게이트로 품질을 보장하지 않으면 후속 작업에서 누적 결함이 발생하기 때문이다.

Pre-conditions

  1. planning.md 필수: .timsquad/ssot/planning.md 존재 확인
    • 없으면 → "/tsq-decompose로 실행 계획을 먼저 생성하세요" 안내
  2. SSOT 충족: PRD + requirements 최소 작성 완료
    • 미충족 → "/tsq-start로 온보딩을 먼저 진행하세요" 안내

Protocol

  1. 다음 태스크 조회: tsq next CLI 실행 → 다음 미완료 태스크 JSON 확인
    • all_complete → 모든 태스크 완료. 사용자에게 안내
    • error: planning.md not found/tsq-decompose 안내
  2. Controller 풀 실행 (tsq-controller Protocol 전체 수행):
    • tsq next가 반환한 태스크부터 순차 진행
    • Sequence 내 Task 위임 (Developer → QA)
    • 게이트 검증: unit → integration → e2e
    • Librarian 호출 (Phase 완료 시)
    • Phase Memory carry-over
  3. Phase 완료 안내: "/tsq-retro 회고 → /clear 컨텍스트 초기화"

workflow.json 갱신은 SubagentStop hook이 tsq next --complete를 자동 호출하여 처리. Phase 완료 감지는 completion-guard hook이 tsq next --phase-status를 호출하여 처리.

Resumption

세션이 끊긴 후 /tsq-full을 다시 실행하면:

  • tsq next가 workflow.json 기반으로 다음 미완료 Task를 자동 결정
  • 이미 완료된 Task는 자동 스킵
  • 컨텍스트 압축 후에도 phase-memory.md의 Progress 섹션에서 진행 상황 복원

vs /tsq-quick

항목 /tsq-full /tsq-quick
Phase-Sequence-Task O (전체) X (단일)
Controller 경유 O O
SSOT/메모리 참조 O O
게이트 unit → integration → e2e unit만
Librarian 호출 O X
planning.md 필요 O X

Usage

/tsq-full
/tsq-full Phase 2부터 재개
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. 9d ago First seen · 71 lines · 197 tokens per session scan A 59533ab410d0

Subscribe to this mod's changes

tsq-full is a skill published in the GitHub repository sonature-lab/timsquad (11 stars, last pushed 9d ago), licensed MIT. It adds 197 tokens to every session and 846 once invoked, about $0.0010 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