joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Generate 4–6 mockup variants in parallel with distinct aesthetic directions. Produces a contact sheet for side-by-side comparison and a picked-variant handoff to /design-mockup.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Generate 4–6 mockup variants in parallel with distinct aesthetic directions. Produces a contact sheet for side-by-side comparison and a picked-variant handoff to /design-mockup.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Boot simulator if needed, capture screenshot via XcodeBuildMCP, diff against mockup baseline using design-comparison MCP. Reports discrepancies with fix suggestions.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Playwright screenshots at mobile/tablet/desktop viewports, diff against mockup baseline using design-comparison MCP, and report discrepancies with fix suggestions.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Detect web vs iOS automatically and delegate to /design-verify-web (Playwright screenshots) or /design-verify-ios (XcodeBuildMCP screenshots). Diffs against mockup baseline.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Use when the user invokes /enhancePrompt — discovers available project documentation, reads relevant files, and rewrites the user's request with richer context before execution.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Wait for PR merge, run deploy command, poll health, run smoke tests, then auto-chain /canary. Configured by .agentic-workflow/deploy.json.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Spec-driven brainstorming session with EARS-format requirements. Outputs plan.md (the canonical handoff) plus domain-specific docs (product.md, engineering.md, design-brief.md, TASKS.md) to plans/ directory — each assignable to its owning team.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Design-lens review of a plan document. Rates information architecture, interaction states, user flows, accessibility, and brand/voice consistency on a 1–5 scale with specific gaps.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Developer-experience review of a plan document. Maps friction in API ergonomics, setup, error messages, observability, docs, migration paths, and ramp-up cost.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Publish a completed /review to GitHub as batched PR comments. Reads from /.agentic-workflow/ /reviews/ .json and posts one review per agent (minimizing API calls). Use after /review has written a local state file and you are ready to publish.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Health check for prism-mcp. Reports dashboard reachability, MCP server connection, knowledge base population, and version.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Founder/product lens review of plans with 4 scope modes -- mvp, growth, scale, pivot. Challenges assumptions and tightens scope.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Orchestrate a multi-agent PR code review. Spawns domain-specific reviewer subagents in parallel based on changed files. Findings are saved to /.agentic-workflow/ /reviews/ .json — run /postReview to publish to GitHub.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
4-phase systematic debugging — investigate, analyze, hypothesize, implement. Auto-freezes scope to the module boundary to prevent scope creep.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Ship a release — sync branch, run tests, audit coverage, push, open PR, then auto-chain → /landAndDeploy → /canary → /syncDocs (skip the deploy chain with --no-deploy).
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Use when turning an approved spec or design doc into production-ready pull requests that are definitively proven to work in the running app. Use for staged multi-phase builds where each stage must be planned, implemented, proven in the app, and driven to zero review findings before a PR opens. Triggers include "take…
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Post-ship documentation updater — refreshes README, ARCHITECTURE.md, CHANGELOG, and CLAUDE.md to reflect recent changes.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Detect web vs iOS automatically and delegate to /verify-web (Playwright) or /verify-ios (XcodeBuildMCP). Pass any arguments through unchanged.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
XcodeBuildMCP-based iOS simulator verification. Executes journeys through verification lenses (functional, visual, accessibility, error-state, appearance) and writes an evidence pack (pack.json + report.md) on every run. Auto mode infers screens from Swift file changes in git diff.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Playwright-based self-verification of running web apps. Executes journeys through verification lenses (functional, visual, accessibility, error-state, responsive) and writes an evidence pack (pack.json + report.md) on every run.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Weekly retrospective — analyzes git history for per-person breakdowns, shipping streaks, test health trends, and generates actionable insights.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Interview the user to clarify requirements before executing a prompt. Use when the user wants to refine a task through guided questions before implementation.