joi-fairshare

46 mods across 1 repository, 2 stars between them.

design-shotgun

25

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.

2 1mo ago A 43 tokens

design-verify-ios

26

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.

2 1mo ago A 36 tokens

design-verify-web

27

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.

2 1mo ago A 35 tokens

design-verify

28

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.

2 1mo ago A 44 tokens

enhancePrompt

29

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.

2 1mo ago A 34 tokens

landAndDeploy

30

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.

2 1mo ago A 39 tokens

officeHours

31

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.

2 1mo ago A 55 tokens

planDesignReview

32

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.

2 1mo ago A 41 tokens

planDevexReview

33

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.

2 1mo ago A 39 tokens

postReview

34

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.

2 1mo ago A 64 tokens

prismStatus

35

joi-fairshare/agentic-workflow

Skill Claude CodeCodex

Health check for prism-mcp. Reports dashboard reachability, MCP server connection, knowledge base population, and version.

2 1mo ago A 27 tokens

productReview

36

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.

2 1mo ago A 31 tokens

review

37

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.

2 1mo ago A 0 tokens

rootCause

38

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.

2 1mo ago A 30 tokens

shipRelease

39

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).

2 1mo ago A 48 tokens

specToProvenPR

40

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…

2 1mo ago A 124 tokens

syncDocs

41

joi-fairshare/agentic-workflow

Skill Claude CodeCodex

Post-ship documentation updater — refreshes README, ARCHITECTURE.md, CHANGELOG, and CLAUDE.md to reflect recent changes.

2 1mo ago A 32 tokens

verify-app

42

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.

2 1mo ago A 36 tokens

verify-ios

43

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.

2 1mo ago A 60 tokens

verify-web

44

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.

2 1mo ago A 47 tokens

weeklyRetro

45

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.

2 1mo ago A 28 tokens

withInterview

46

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.

2 1mo ago A 29 tokens