joi-fairshare/agentic-workflow
Settings file Claude Code
Portable Claude Code workflow toolkit: skills, config, repo bootstrapper, and MCP bridge for multi-agent communication.
joi-fairshare/agentic-workflow
Settings file Claude Code
Portable Claude Code workflow toolkit: skills, config, repo bootstrapper, and MCP bridge for multi-agent communication.
joi-fairshare/agentic-workflow
Instructions file
Claude Code instructions for joi-fairshare/agentic-workflow, covering claude.md — agentic-workflow, required context, tech stack, directory structure and commands.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Analyze a repo's documentation coverage against the Pivot doc standard (17 planning docs + CLAUDE.md + design language), then generate any missing docs adapted to the codebase. Optionally reference external product documentation (SharePoint, Confluence, Dropbox, shared drives) when generating product-facing documents.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Address PR review comments by spawning domain-specific implementation agents in parallel. Reads from /.agentic-workflow/ /reviews/ .json as source of truth, merges any new human GitHub comments, implements fixes, and updates the state file. Can be re-run to continue the review loop.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Engineering architecture review with mandatory diagrams and edge case analysis. Reviews plans or implementations for technical soundness.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Plan meta-orchestrator. Runs productReview + archReview + planDesignReview + planDevexReview + cso(plan) in parallel via subagents and consolidates findings with cross-lens tension surfacing.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Fix-and-verify loop with atomic commits and regression test generation. Three tiers — quick (lint+typecheck), standard (unit+integration), exhaustive (full suite + edge cases).
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Report-only variant of bugHunt — produces a structured bug report with health scores but does NOT fix the bugs. Use for triage and prioritization.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Post-deploy monitoring. Watches error rate, latency, logs, and custom probes for a configurable window. Verdict: HEALTHY (chain syncDocs), DEGRADED (warn), UNHEALTHY (alert + rootCause).
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
OWASP Top 10 + STRIDE threat model. Runs on a plan (pre-impl mode) or a PR diff (post-impl mode). Outputs severity-rated findings with mitigations.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Scan Assets.xcassets and Swift theme files to extract design tokens (colors, typography, spacing) into design-tokens.json in W3C DTCG format. Pass a specific path or let the skill auto-discover.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Run Dembrandt on reference site URLs to extract design tokens (colors, typography, spacing) as W3C DTCG JSON. Merges multiple sites, resolves conflicts by frequency/prominence, and writes design-tokens.json.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Detect web vs iOS automatically and delegate to /design-analyze-web (Dembrandt CLI on URLs) or /design-analyze-ios (Swift/Xcode asset extraction). Writes design-tokens.json.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Extract design tokens from a local Swift file or Xcode project directory and merge updates into the existing design-tokens.json, preserving tokens not present in the reference.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Analyze a new reference URL mid-project and selectively merge design tokens into the existing design language. Diffs new tokens against current, asks what to adopt/adapt/ignore, updates design-tokens.json and .impeccable.md.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Detect web vs iOS automatically and delegate to /design-evolve-web (Dembrandt on a new URL) or /design-evolve-ios (extract from local Swift reference). Merges updates into design-tokens.json.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Generate SwiftUI Theme.swift and view components from an approved iOS mockup using design-tokens.json. Supports light/dark color schemes following iOS HIG, with a mandatory design-verify-ios gate.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Generate web production code from an approved mockup — design-tokens.css + Tailwind extension generated from design-tokens.json, React/Next.js components, token-compliance scan, and a mandatory design-verify-web gate.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Detect web vs iOS automatically and delegate to /design-implement-web (CSS/Tailwind/Next.js) or /design-implement-ios (SwiftUI Theme.swift). Enforces the mockup-first gate, then auto-chains /design-verify.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Interactive session defining brand personality, aesthetic direction, and design principles. Accepts reference URLs (Figma, Storybook, HTML mockups, any public page), analyzes them via Playwright, then runs a gap-filling Q&A to produce both design-tokens.json and .impeccable.md in one step.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Generate a per-screen SwiftUI mockup from design tokens, temporarily host it as the app entry point, build and screenshot on simulator via XcodeBuildMCP, then revert and register the baseline in screens.json for /design-verify-ios.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Generate an HTML mockup informed by the design language, serve it locally, iterate with feedback until approved, then capture mobile/tablet/desktop baselines and register the screen in screens.json for /design-verify-web.
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Detect web vs iOS automatically and delegate to /design-mockup-web (HTML mockup + Playwright baseline) or /design-mockup-ios (SwiftUI preview + simulator baseline).
joi-fairshare/agentic-workflow
Skill Claude CodeCodex
Dispatch design refinement from impeccable (umbrella refinement skill), emil-design-eng (design engineering principles reference), and taste-skill (modular style packs) with design language context pre-loaded.