---
title: "default 1"
description: "Verify implemented code against design and implementation documentation, detecting spec deviations, missing implementations, and outdated docs."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/default-1
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:19:39.821Z
license: CC-BY-4.0
attribution: "default 1 — Claudary (https://claudary.paisolsolutions.com/skills/default-1)"
---

# default 1
Verify implemented code against design and implementation documentation, detecting spec deviations, missing implementations, and outdated docs.

## Overview

Verify implemented code against design and implementation documentation, detecting spec deviations, missing implementations, and outdated docs.

Arguments: $ARGUMENTS

## Invocation

**If $ARGUMENTS is provided:**
Treat `$ARGUMENTS` as the feature name. Look for documentation in `/docs/wip/$ARGUMENTS/` and run the implementation review process against it.

**If $ARGUMENTS is empty:**
List the contents of `/docs/wip/` and ask the user which feature to review. If only one feature exists, use it automatically.

## Process

Invoke the `kk:review-spec` skill and follow the workflow in `review-process.md`:

1. Load feature documents (design.md, implementation.md, tasks.md)
2. Determine review scope (mid-implementation vs post-implementation)
3. Per-task verification against spec
4. Cross-cutting concern check
5. Self-check and confidence assessment (1–10 scale with reasoning)
6. Present findings with next steps

## Examples

Review a specific feature:
```
/kk:review-spec jwt-auth
```

Review when only one WIP feature exists:
```
/kk:review-spec
```

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/default-1) · https://claudary.paisolsolutions.com
