
from memstack372
Analyze a codebase to estimate complexity, count files/LOC/endpoints, and produce three-tier pricing recommendations (budget/standard/premium).
Performs a lightweight project scan to measure repository size (file counts, LOC), surface key components (pages, API routes, integrations), and map findings to a complexity tier and pricing bands. It provides a reproducible protocol of shell commands and a tiered pricing model to produce quick estimates for new-builds or maintenance work.
Use when a user asks "scan project", requests an estimate, or wants a pricing range for implementation effort. Also useful for quick health metrics like LOC and page counts before deeper engineering scoping.
find, wc -l) and a protocol for counting components.Designed for code-aware agents that can run shell commands and inspect repositories (e.g., Claude Code, Copilot-like agents with exec/CLI access). It is a high-level estimator, not a replacement for deep technical scoping.
Scan is a project scope and pricing estimator skill that counts files, LOC, and endpoints, then maps complexity to three-tier pricing. No bundled scripts — purely instructs the agent to run shell find commands. Clean and safe with no security concerns, but limited depth and rigid pricing tiers make it moderately useful for a niche audience.
No scripts to evaluate. SKILL.md is well-structured with frontmatter, context guard, and level history. Pure instruction-based skill with no executable content.
Work — Plan Execution
Plan and task manager skill: parse, store, and resume project plans; provide next-action, todo, and priorities views for the agent.
Launch Plan — Product Launch Timeline
Creates a day-by-day launch timeline with pre-launch buildup, launch week execution, post-launch optimization, PR templates, and a metrics dashboard.
Verify — Check Completed Work
Run a structured verification protocol (automated checks + manual requirements review) to confirm work meets requirements before committing or shipping.