phase-3-review

Analyze Phase 3 Tercen integrations and produce a PASS/FAIL conformance report.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/tercen/tercen_flutter_apps --skill phase-3-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phase-3-review
Source: https://github.com/tercen/tercen_flutter_apps/tree/main/.claude/skills/phase-3-review
Command: npx skills add https://github.com/tercen/tercen_flutter_apps --skill phase-3-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams verify that a Phase 3 Tercen integration conforms to SDK rules, data flow patterns, and deployment configuration, producing a PASS/FAIL conformance report.

Core Features & Use Cases

  • Read-only reviewer that analyzes a Phase 3 integration against a comprehensive conformance checklist.
  • Generates a detailed PASS/FAIL conformance report that items every check.
  • Useful to validate readiness after Phase 2 before deployment or release.

Quick Start

Run the phase-3 review on the built app against its functional spec and inspect the conformance report.

Frequently Asked Questions about phase-3-review

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

FAQPage Schema
How do I verify Tercen app conformance against SDK rules before deployment?

A Phase 3 conformance review validates Tercen integrations by analyzing dependencies, data access, workflow execution, and deployment settings against SDK rules to generate a PASS/FAIL report. It confirms the presence of a real data service, proper service locator initialization, and traceable diagnostics in error handling.

What does a Phase 3 integration conformance check include for Tercen apps?

Phase 3 conformance checks for Tercen apps evaluate dependencies, data access, workflow execution, and build/deploy configuration. The review specifically validates real data service presence, proper service locator initialization, and traceable diagnostic reporting in error handling, generating a detailed PASS/FAIL report itemizing every SDK rule check.

Do I need to pass Phase 2 conformance before validating Phase 3 Tercen integration?

Yes, Phase 2 conformance must be passed before validating Phase 3 Tercen integration. The Phase 3 review applies exclusively to completed integrations that have already passed Phase 2 conformance, ensuring progressive readiness checks before deployment or release.

Can I use a conformance reviewer to fix deployment configuration errors in my Tercen app?

No, the Phase 3 conformance reviewer is a read-only analyzer and cannot fix deployment configuration errors in your Tercen app. It analyzes the integration against SDK rules and produces a PASS/FAIL report identifying issues that your team must resolve manually before deployment.

What's the best way to generate a PASS/FAIL conformance report for a completed Tercen integration?

Run a Phase 3 review on the built Tercen app against its functional spec to generate a PASS/FAIL conformance report. This read-only reviewer analyzes dependencies, data flow patterns, and deployment settings, itemizing every SDK rule check in a structured report for deployment readiness validation.

Why does my Tercen app fail Phase 3 conformance even after passing Phase 2?

Your Tercen app may fail Phase 3 conformance after passing Phase 2 due to issues with dependencies, data access, workflow execution, or build/deploy configuration. Phase 3 additionally validates real data service presence, service locator initialization, and traceable diagnostics in error handling, which Phase 2 conformance does not cover.