list-phase

list-phase is a skill for Claude Code from natthasath/natthasath-marketplace. It costs 58 tokens per session (572 once invoked), scanned A, original, MIT.

A workflow skill that displays the project's phases, their statuses, target dates, and details. A phase is a group of related work tracked in the project plan.

In plain words
What is it for?
Use it to list all phases or inspect one phase in detail, including its status and related planning information.
Why use it?
It gives a quick view of project progress and identifies the active phase without searching planning files manually.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the projects plugin — 15 skills shipped together

Good fit Use it to list all phases or inspect one phase in detail, including its status and related planning information.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/natthasath/natthasath-marketplace/list-phase
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 natthasath/natthasath-marketplace --skill list-phase
Clone the repo
git clone --depth 1 https://github.com/natthasath/natthasath-marketplace

Made for: Claude Code.

Or install projects, the plugin that ships this one along with the rest of its 15 skills.

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 list-phase

README.md
[![agentmods](https://agentmods.dev/badge/skills/natthasath/natthasath-marketplace/list-phase/github.svg)](https://agentmods.dev/skills/natthasath/natthasath-marketplace/list-phase)
Your own site
<a href="https://agentmods.dev/skills/natthasath/natthasath-marketplace/list-phase"><img src="https://agentmods.dev/badge/skills/natthasath/natthasath-marketplace/list-phase/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 list-phase

Your own site · 80×15
<a href="https://agentmods.dev/skills/natthasath/natthasath-marketplace/list-phase"><img src="https://agentmods.dev/badge/skills/natthasath/natthasath-marketplace/list-phase.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 572 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.00058 $0.00572
Opus 5 $0.00029 $0.00286
Sonnet 5 $0.00012 $0.00114
Haiku 4.5 $0.00006 $0.00057

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

Security

Grade A, and why

list-phase 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 11d 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.

plugins/projects/skills/list-phase/SKILL.md · 84 lines

What it actually says

!cat context/plans/PLAN.md 2>/dev/null

แสดงภาพรวม phases ของโปรเจค

Input: $ARGUMENTS (ถ้าไม่มี = แสดงทุก phase, ถ้ามีตัวเลข = แสดงรายละเอียด phase นั้น)


กรณีไม่มี argument — แสดงภาพรวมทุก phase

อ่าน Status Overview table จาก PLAN.md ด้านบน แล้วแสดงในรูปแบบนี้:

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 PHASES
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

▶ Phase 1 — Foundation            🔄 In Progress   2026-08-01
  Phase 2 — Core Features         🔲 Not Started   2026-09-01
  Phase 3 — Integration           🔲 Not Started   2026-10-01

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 รวม: X phases  |  Active: Phase Y
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

กฎการแสดงผล:

  • นำหน้า phase ที่ status เป็น 🔄 In Progress (active phase ปัจจุบัน)
  • ถ้าไม่มี phase ไหน In Progress ให้ นำหน้า phase แรกที่ยังไม่ Done
  • เรียงตาม phase number เสมอ
─────────────────────────────────────
ถัดไป → /list-phase <number>   (ดูรายละเอียด phase)
         /list-task             (ดู tasks ใน phase ปัจจุบัน)
─────────────────────────────────────

กรณีมี argument เป็นตัวเลข — แสดงรายละเอียด phase นั้น

อ่านไฟล์ phase ที่ระบุ:

cat context/plans/phase_<N>_*.md 2>/dev/null

(แทน <N> ด้วย argument ที่ได้รับ)

แสดงในรูปแบบ:

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 Phase <N> — <ชื่อ phase>
 Status: <status>  |  Target: <date>
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Goal: <goal จาก phase file>

Objectives:
  1. <objective 1>
  ...

Acceptance Criteria:
  - [ ] <criteria>
  ...

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
─────────────────────────────────────
ถัดไป → /list-task   (ดู tasks ใน phase นี้)
─────────────────────────────────────
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. 11d ago First seen · 84 lines · 58 tokens per session scan A 0f27ed9c6f86

Subscribe to this mod's changes

list-phase is a skill published in the GitHub repository natthasath/natthasath-marketplace (1 stars, last pushed 3d ago), licensed MIT. It adds 58 tokens to every session and 572 once invoked, about $0.0003 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-31.

Related

Other skills, from other repositories

chief-operating-officer

Owns execution: how work actually gets done across the organization, including process, program management, capacity, vendors, supply chain, and service delivery. Use this when execution is the problem rather than strategy, to design or fix a process, to resolve cross-functional handoff failures, to plan capacity, to…

cbrock84/headcount · 94 tokens

chief-technology-officer

Owns architecture, engineering delivery, infrastructure, data platform, and internal systems. Use this for build-versus-buy calls, technology selection, architectural direction, engineering capacity and delivery risk, technical debt tradeoffs, platform and tooling decisions, or when a technical choice has business…

cbrock84/headcount · 84 tokens

customer-success-management

Runs the ongoing relationship with accounts after the sale — segmenting coverage against account value, building a health score that predicts rather than describes, running reviews customers find worth attending, forecasting renewals honestly, and finding expansion that follows usage instead of quota. Use this to…

cbrock84/headcount · 85 tokens

chief-information-officer

The CIO's remit — running the technology the company works on, service quality, IT spend, and the boundary with product engineering. Use this to set IT priorities, decide what IT owns versus engineering, structure IT spend or an IT roadmap, judge whether to build, buy or outsource, or work out why IT is seen as a cost…

cbrock84/headcount · 79 tokens

service-desk

Runs the IT service desk — intake, triage, prioritization, escalation, knowledge, and the metrics that improve service rather than distort it. Use this to set up or fix a service desk, design ticket priority and escalation, reduce repeat contacts, structure a knowledge base, or work out why a desk hitting its targets…

cbrock84/headcount · 73 tokens

chief-content-officer

Runs content as an operation — the production pipeline, editorial calendar, repurposing engine, competitive content intelligence, and audits of what already exists. Use this to build or fix a content production system, plan a calendar, decide how one piece becomes many, rank content ideas by expected impact, or audit…

cbrock84/headcount · 95 tokens