agentsclimarketplace

Status

Skill clownware/product-dev/plugin/skills/status

Display current product development project state and suggest next steps. Deterministic — reads .product-dev/context.json.From its SKILL.md

Install
npx -y skills add clownware/product-dev --skill status

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • reads credentialsReads from 1 credential source: `.product-dev/context.json`.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.6 KB, 345 tokens by cl100k_base, as published. Nobody here has run it

Display the current product development project status. This is primarily deterministic — no LLM generation needed for core display.

Execution

  1. Read .product-dev/context.json from the working directory.

  2. If no project exists:

    "No product development project found in this directory. Run /product-dev:idea to start one."

  3. If project exists, display:

Project: {project_name}
Tier: {tier} ({tier_label})
Started: {created}
Last updated: {updated}

Phase Progress:
  00 Fuzzy Front End       [{completed}/{total}] {progress_bar}
  01 Define Problem        [{completed}/{total}] {progress_bar}
  02 Objectives            [{completed}/{total}] {progress_bar}
  03 Solution Hypothesis   [{completed}/{total}] {progress_bar}
  04 User Flow             [{completed}/{total}] {progress_bar}
  05 Prototype             [{completed}/{total}] {progress_bar}
  06 Post-Test Synthesis   [{completed}/{total}] {progress_bar}
  Tech Requirements        [{completed}/{total}] {progress_bar}

Artifacts:
  {name}  (from {source_prompt}, {date})
  ...

Suggested Next:
  {list prompts whose `requires` are all satisfied by existing artifacts}
  1. Tier labels: 1 = "Quick Exploration", 2 = "Structured Discovery", 3 = "Full Framework".

  2. Count only prompts matching the current tier level for progress calculations.

  3. For suggested next steps, check each unexecuted Tier 1 prompt's requires array against existing artifacts. List those that are unblocked.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.