project-workflow

project-workflow is a skill for Claude Code from aka-kika/akakika-skills. It costs 63 tokens per session (934 once invoked), scanned A, original, MIT.

A complete workflow for understanding, evaluating, and catching up on a software project. It combines project onboarding, a build-versus-buy assessment, and a review of recent technology changes.

In plain words
What is it for?
Use it to create a project guide, judge whether the project is worth continuing, and record updates in its frameworks and tools.
Why use it?
It gives you a structured way to reopen an unfamiliar or neglected project and decide what deserves attention.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Good fit Use it to create a project guide, judge whether the project is worth continuing, and record updates in its frameworks and tools.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aka-kika/akakika-skills/project-workflow
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 aka-kika/akakika-skills --skill project-workflow
Clone the repo
git clone --depth 1 https://github.com/aka-kika/akakika-skills

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 project-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/aka-kika/akakika-skills/project-workflow/github.svg)](https://agentmods.dev/skills/aka-kika/akakika-skills/project-workflow)
Your own site
<a href="https://agentmods.dev/skills/aka-kika/akakika-skills/project-workflow"><img src="https://agentmods.dev/badge/skills/aka-kika/akakika-skills/project-workflow/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 project-workflow

Your own site · 80×15
<a href="https://agentmods.dev/skills/aka-kika/akakika-skills/project-workflow"><img src="https://agentmods.dev/badge/skills/aka-kika/akakika-skills/project-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 934 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.00063 $0.00934
Opus 5 $0.00032 $0.00467
Sonnet 5 $0.00013 $0.00187
Haiku 4.5 $0.00006 $0.00093

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

Security

Grade A, and why

project-workflow 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.

skills/project-intelligence/project-workflow/SKILL.md · 94 lines

How it starts

The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Project Workflow

One sentence

One ask → the right steps in order → three files on disk + a short chat summary.

Pick a path first (routing)

User means… Run
New folder / “what is this?” / guide only Step 1 only → explain-new-project
“Worth my time?” / build vs buy Step 2 → project-worth-my-time (read PROJECT_GUIDE.md first if it exists)
“I’m back after a while” / what’s new Step 3 → project-catch-up
“Full workflow” / “check-in” / “do everything” Steps 1 → 2 → 3 in order (unless skip rules below)
Unclear Default: full (1 → 2 → 3)

Same audience as the other skills: self-taught, plain language, Learn: for jargon.

What each step saves

Step Skill File
1 explain-new-project PROJECT_GUIDE.md
2 project-worth-my-time PROJECT_VERDICT.md
3 project-catch-up PROJECT_CATCH_UP.md

Before you start

  1. Confirm project root (workspace folder or path user names).
  2. Glance at which PROJECT_*.md files already exist—report in chat, then follow skip rules or user request.

Execute

For each step you run: read that skill’s SKILL.md and follow it completely (do not shorten sub-skills).

  • Step 2 uses Pieces MCP (user-pieces: get_user_persona, ask_pieces_ltm) when available.
  • Step 3 uses web search when available.

Do not ask permission to save files—sub-skills always save.

Skip rules

User says Skip
guide only / step 1 only 2 and 3
no verdict / no worth 2
no catch-up 3
verdict only 1 if PROJECT_GUIDE.md exists and is usable; else run 1 first
catch-up only 1 if guide missing; else skip 1 and 2
File already exists Default
All three fresh enough Ask once: Re-run all three or only what’s missing? If user said full workflow, re-run all (overwrite).
User said full workflow Overwrite all three

Read the full file on GitHub · 94 lines

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 · 94 lines · 63 tokens per session scan A 64f252b77b8b

Subscribe to this mod's changes

project-workflow is a skill published in the GitHub repository aka-kika/akakika-skills (10 stars, last pushed yesterday), licensed MIT. It adds 63 tokens to every session and 934 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

parallel-feature-development

Coordinate parallel feature development with file ownership strategies, conflict avoidance rules, and integration patterns for multi-agent implementation. Use this skill when decomposing a large feature into independent work streams, when two or more agents need to implement different layers of the same system…

wshobson/agents · 105 tokens

bazel-build-optimization

Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases.

wshobson/agents · 36 tokens

track-management

Use this skill when creating, managing, or working with Conductor tracks - the logical work units for features, bugs, and refactors. Applies to spec.md, plan.md, and track lifecycle operations.

wshobson/agents · 44 tokens

sdd-tasks

Break an SDD change into implementation tasks. Trigger: orchestrator launches task planning for a change.

Gentleman-Programming/gentle-ai · 25 tokens

contact-cache

Track all identified/contacted people across strategies. CSV-backed contact database with dedup by LinkedIn URL or email. Prevents duplicate outreach when running strategies on a recurring cadence.

gooseworks-ai/goose-skills · 38 tokens

monorepo-management

Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.

wshobson/agents · 54 tokens