accessibility
Design, implement, and audit inclusive digital products using WCAG 2.2 Level AA. Use when building or auditing UI that must meet WCAG 2.2 Level AA, or when…
Use when a brand needs to discover or articulate its identity through structured multi-session interviews. Covers purpose, positioning, audience, personality, voice, narrative, and founder-brand tension across 8 modules using laddering, 5 Whys, and projective techniques.
$ npx -y skills add affaan-m/everything-claude-code --skill brand-discovery --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/brand-discoveryContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when a brand needs to discover or articulate its identity through structured multi-session interviews. Covers purpose, positioning, audience, personality, voice, narrative, and founder-brand tension across 8 modules using laddering, 5 Whys, and projective techniques.
name: brand-discovery description: >- Use when a brand needs to discover or articulate its identity through structured multi-session interviews. Covers purpose, positioning, audience, personality, voice, narrative, and founder-brand tension across 8 modules using laddering, 5 Whys, and projective techniques. Produces a resumable session with disk-persisted state and a master brandbook (90_SYNTHESIS.md).
Use this skill to conduct a structured, adaptive brand identity interview. The goal is a complete `90_SYNTHESIS.md` — a master brandbook the organization can use to brief designers, writers, and external collaborators.
The interview runs across multiple sessions. Capture answers to disk as you go so that no elicited knowledge is lost when a conversation ends, and so a later session can resume from where the last one stopped.
On every activation, perform these steps **before** asking any interview question:
1. **Check for prior progress.** Look for an existing set of module files and a `state.json` checkpoint in the project's brand-identity directory. If none exists, this is a fresh start — confirm the brand name, participants, and where to save the brand-identity files, then begin at the first module. 2. **Read the current module file** if one is in progress, and scan its Raw section for previously captured answers. 3. **Report to the user** in two or three sentences: which module we are in, its status, and what remains. Then ask: "Continue here, or switch module?"
Apply these rules throughout every module:
1. **One question at a time.** Never present a list of questions. 2. **After each answer:** short paraphrase → one deepening probe OR close the thread if the topic is saturated. Never move on silently. 3. **Laddering:** for every "what" answer, follow with "Why does that matter to you?" until a core value surfaces (typically two to four iterations). 4. **5 Whys:** for beliefs or positioning claims — push until the root reason, not the surface declaration, is on the table. 5. **Detect thin answers:** if generic, jargon-heavy, or vague, ask for one concrete example, a client story, or a number. 6. **Projective techniques** (use once per module to break a plateau):
customers miss? What would you regret not having said?"
to become. What specifically makes them the wrong model?" 7. **Saturation signal:** when two consecutive probes produce no new information, summarise and close the module. 8. **End of module:** write a structured module file with two sections:
open questions, contradictions between participants. Then update the `state.json` checkpoint (see State protocol below).
| File | Label | Frameworks used | |------|-------|-----------------| | `10_purpose-why.md` | Purpose / Why | Sinek Golden Circle, Lencioni | | `20_positioning.md` | Positioning | Dunford "Obviously Awesome", Moore template | | `30_audience-niche.md` | Audience & Niche | Baker "Business of Expertise", ICP | | `40_personality-archetype.md` | Personality & Archetype | Mark & Pearson 12 archetypes, J. Aaker 5 dims | | `50_voice-tone.md` | Voice & Tone | Brand voice guidelines | | `60_narrative-story.md` | Narrative / Story | Neumeier trueline, brand story arc | | `70_founder-tension.md` | Founder Brands vs Studio Brand | Enns "Win Without Pitching" | | `90_SYNTHESIS.md` | Master Brandbook | Kapferer prism, Aaker brand system |
Complete modules in order. Honour a user request to jump modules and note the skip in `state.json`.
After each module reaches saturation or done status, write two files:
**Module file** at `modules/{moduleFile}` — full Raw and Synthesis content.
**`state.json`** — a lightweight checkpoint so a later session can resume. Update `completedModules`, `inProgressModule`, `nextModule`, `lastUpdated`. Schema:
{
"session": "{brand_name}-brand-{YYYY-MM}",
"outputPath": "{path_to_brand_identity_directory}",
"completedModules": [],
"inProgressModule": "10_purpose-why.md",
"nextModule": "20_positioning.md",
"participants": ["founder-A"],
"lastUpdated": "{ISO-8601}"
}After writing, confirm: "Module X saved. State updated. Next: Y."
**Terminal module (90_SYNTHESIS.md):** when writing the final synthesis, set `inProgressModule` to `"90_SYNTHESIS.md"` and `nextModule` to `null` in `state.json`. After writing, set `completedModules` to include `"90_SYNTHESIS.md"`, then set `inProgressModule` to `null` — leaving it populated would cause a future resumption to treat the completed brandbook as still in progress. Confirm: "Brandbook complete. All modules saved."
When more than one founder participates, write each founder's answers to `founders/{participant}.md` instead of the main module files. Validate the `participant` name before writing: accept only alphanumeric characters and hyphens (e.g. `founder-a`, `anna`); reject names containing path separators (`/`, `\`, `..`) or special characters. Validate `moduleFile` against the enumerated module sequence (10 through
Your agent can write code, but ECC gives it a coordinated engineering system and toolbox: it plans before it builds, verifies changes with tests, reviews its own work from a fresh context, remembers what matters, and turns repeated wins into reusable skills
Repo: affaan-m/everything-claude-code
Design, implement, and audit inclusive digital products using WCAG 2.2 Level AA. Use when building or auditing UI that must meet WCAG 2.2 Level AA, or when…
Full-stack diagnostic for agent and LLM applications. Audits the 12-layer agent stack for wrapper regression, memory pollution, tool discipline failures,…
Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics. Use when…
Design and optimize AI agent action spaces, tool definitions, and observation formatting for higher completion rates. Use when defining or revising an agent's…
Structured self-debugging workflow for AI agent failures using capture, diagnosis, contained recovery, and introspection reports. Use when an agent run fails…
Add x402 payment execution to AI agents with per-task budgets, spending controls, and non-custodial wallets. Supports Base through agentwallet-sdk and X Layer…