SPECLAN Review Manual

Validate manual SPECLAN plan items against specs and implementations.

8|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/thlandgraf/cc-marketplace --skill speclan-review-manual
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: SPECLAN Review Manual
Source: https://github.com/thlandgraf/cc-marketplace/tree/main/plugins/speclan/skills/review-manual
Command: npx skills add https://github.com/thlandgraf/cc-marketplace --skill speclan-review-manual

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables end-to-end validation of manual SPECLAN plan items by reading plan files generated from the plan-manual workflow, cross-referencing each item with its corresponding spec, and auditing the associated implementations for compliance and quality. It ensures that every pending item is evaluated in a single invocation and that modifications to specs are avoided, maintaining strict control over the review process.

Core Features & Use Cases

  • Automates the collection and verification of ALL [?] items from a manual plan file, including features, requirements, and change requests, for comprehensive review.
  • Reads all relevant spec files to extract acceptance criteria, enabling consistent evaluation across the entire plan.
  • Coordinates two parallel subagents (code-hygiene-reviewer and architecture-reviewer) to provide independent quality and architectural feedback during the review.
  • Enforces plan constraints (no edits to specs outside of the plan file, no status changes unless user approves) and reports results with actionable guidance.

Quick Start

Load the latest manual plan file from speclan/.local/plans and initiate a full review of all pending items.

Frequently Asked Questions about SPECLAN Review Manual

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review for manual plan items against specs?

Automating manual plan review requires a tool that cross-references pending plan items with spec files and audits implementations. This skill coordinates parallel subagents for code hygiene and architecture feedback during the review.

What is the best way to validate pending plan items without modifying specs?

Validating pending plan items without altering specs requires strict plan-edit rules. This skill reads plan files, evaluates pending items, and updates only approved entries while enforcing constraints against modifying spec files.

How do I run an end-to-end manual plan review across all pending items?

Running an end-to-end manual plan review involves loading a plan file and processing all pending items in a single invocation. This skill reads spec files for acceptance criteria and coordinates parallel subagents for comprehensive evaluation.

Can I use parallel subagents for code hygiene and architecture feedback?

Using parallel subagents for code hygiene and architecture feedback is supported during plan review. This skill coordinates independent code-hygiene-reviewer and architecture-reviewer subagents to provide comprehensive quality and structural assessments.

Does the SPECLAN review process enforce constraints on status changes?

The SPECLAN review process enforces strict constraints on status changes, ensuring no modifications occur unless user approval is granted. This skill maintains control by reporting results with actionable guidance and updating only approved items.

When do I need to cross-reference manual plan items with acceptance criteria?

Cross-referencing manual plan items with acceptance criteria is needed when validating implementations for compliance and quality. This skill automates the collection of pending items and reads relevant spec files to enable consistent evaluation.