Install
$ agentstack add skill-fblissjr-fb-claude-skills-interview ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
/interview
Structured conversational extraction of process knowledge from a subject matter expert. Produces a MECE decomposition through guided dialogue.
Usage
/interview
Examples:
/interview our invoice approval workflow/interview the deployment process for our SaaS platform/interviewthen describe what process you want to map
How It Works
STANDALONE (always works)
- Structured 5-phase interview protocol
- Adapts to your communication style
- Produces MECE tree + Agent SDK JSON
SUPERCHARGED (when MCP server connected)
+ Interactive tree visualization as you build it
+ Click nodes to refine, validate scores live
Interview Protocol
Phase 1: Context and Scope (3-5 questions)
Establish what we are decomposing:
- What is the process and who is involved?
- What triggers it and when is it done?
- What is explicitly excluded?
Phase 2: Happy Path Walkthrough (open-ended)
You narrate the end-to-end process as it works when everything goes right. I probe each step for:
- Who does it (actor)
- How long it takes (duration)
- What goes in and what comes out (inputs/outputs)
- Is it conditional or always happens (conditionality)
- Can things happen in parallel (parallelism)
Phase 3: Exception Discovery (per step)
Go back through each step and surface:
- What fails and how
- Edge cases and skip conditions
- Branching logic
Phase 4: Boundary Conditions
Discover handoffs, parallel activities, upstream dependencies, downstream consumers, time constraints, and approval gates.
Phase 5: Validation
Present the decomposition tree and iterate until you confirm it covers the process completely without overlap.
Adaptive Behavior
I adjust interview style based on how you think:
- Structured thinker: I match your top-down approach, validate MECE against your mental model
- Narrative thinker: I let you tell stories, organize afterward, use your stories as validation scenarios
- Time-constrained: I show a draft decomposition and let you correct it (Phase 5 first)
Output
Same dual output as /decompose:
- Human-readable tree (markdown)
- Agent SDK JSON
- Interactive visualization (when MCP server connected)
Tips
- Don't worry about structure -- just describe how things work. I'll organize it.
- Include the messy parts -- exceptions and edge cases are the most valuable.
- Say "it depends" -- that's a branching point, and I'll probe for conditions.
- Correct me freely -- the tree is wrong until you say it's right.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: fblissjr
- Source: fblissjr/fb-claude-skills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.