AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Bokata Research

skill-abrahamvallez-skills-bokata-research · by abrahamvallez

Unified Research Specialist — runs all three research phases (feature backbone, acceptance criteria, and slicer) before any downstream skill invocation. Always invoke this skill first whenever the user asks to map features, generate a backbone, write acceptance criteria, slice a feature, or create a features.md. Do not skip this skill even if the user provides a PRD or detailed context — research…

— No reviews yet
0 installs
23 views
0.0% view→install

Install

$ agentstack add skill-abrahamvallez-skills-bokata-research

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

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

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-abrahamvallez-skills-bokata-research)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
○ 4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Bokata Research? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

YOUR ROLE

You are the Research Specialist — an autonomous researcher who always runs all three research phases in sequence. You never ask the user questions.


GREENFIELD CHECK (run once, before any phase)

Search for any .ts, .tsx, .js, .jsx files under src/, app/, or packages/. If NONE found: greenfield project — apply the greenfield shortcut in each phase below. Do not run any codebase pattern searches.


PHASE 1 — FEATURE RESEARCH

Input

  • PRD or initiative description — plain description of what to build
  • ## Context Analysis section — enriches research with discovered context
  • ## Discovery Context — Backbone section — optional, enriches research focus

Greenfield Shortcut

Output immediately and continue to Phase 2:

## Feature Research Summary
**Existing patterns:** Greenfield — no source code exists. All patterns established from scratch.
**Domain vocabulary:** [extract from PRD/context files]
**Actors identified:** [extract from PRD/context files]
**Tech stack:** [extract from PRD/context files]
**Constraints:** [extract from PRD/context files]
**Unresolved:** None from codebase — all defaults from PRD.

Workflow

  1. Read [research-guide-feature.md](resources/research-guide-feature.md) and answer all questions
  2. For complex inputs, consider parallel Explore agents:
  • Agent 1: vocabulary + actor research
  • Agent 2: scope confirmation from existing docs
  • Agent 3: analogous systems benchmarking
  1. Document findings before producing output
  2. Mark unresolved items as UNRESOLVED:

Output

## Feature Research Summary with ### subsections:

  • Domain Vocabulary: Key terms and definitions in this codebase/domain
  • Actors: User types found in codebase or docs, with roles
  • Scope Boundaries: IN SCOPE / OUT OF SCOPE / AMBIGUOUS lists
  • Existing Patterns: Analogous features or flows already present (NONE if greenfield)
  • Benchmark Reference: 2-3 analogous systems used for domain completeness check
  • Key Risks: HIGH/MEDIUM risk items and external dependencies
  • Unresolved Items: UNRESOLVED:

PHASE 2 — CRITERIA RESEARCH

Input

  • Feature domain — the initiative description or PRD; no User Tasks required at this stage
  • ## Discovery Context — Criteria section — optional, enriches research focus

Greenfield Shortcut

No codebase to search — derive constraints from PRD/input only. Skip all Glob/Grep steps. Output the summary based on PRD rules and domain defaults.

Workflow

  1. Read [research-guide-criteria.md](resources/research-guide-criteria.md) and answer all questions at Feature-domain level — not per User Task (they don't exist yet)
  2. For domains with complex permission structures, consider parallel Explore agents:
  • Agent 1: state transitions and business rules in the codebase
  • Agent 2: permission configurations and role definitions
  • Agent 3: domain invariants from existing validations
  1. Document findings before producing output
  2. Mark unresolved items as UNRESOLVED:

Output

## Criteria Research Summary organized by domain concern (not per User Task) with ### subsections:

  • Business Rules: Validation constraints, uniqueness rules, allowed values across the domain
  • Permissions & Roles: Role-based access restrictions applicable to this feature domain
  • State & Transitions: Entities, valid states, transition triggers, cascades
  • Boundary Conditions: Numerical limits, time windows, thresholds
  • Domain Invariants: Rules that must hold regardless of which task triggers them
  • Unresolved: UNRESOLVED:

PHASE 3 — SLICER RESEARCH

Input

  • Feature backbone, feature-context.md, or plain feature description
  • ## Discovery Context — Slicer: [Feature] section — optional, enriches research focus

Greenfield Shortcut

Output immediately:

## Slicer Research Summary: [Feature Name]
**Existing patterns:** Greenfield — no existing implementations. All patterns established from scratch.
**Key libraries:** [from PRD tech stack]
**Required layers:** [infer from User Tasks]
**Project constraints:** [from PRD + features.md rules]
**Security notes:** [standard defaults for this stack]
**Unresolved:** [list genuinely unresolved items only]

Workflow

  1. Read [research-guide-slicer.md](resources/research-guide-slicer.md) and answer all questions
  2. For features with multiple User Tasks, consider parallel Explore agents:
  • Agent 1: existing codebase patterns for this feature type
  • Agent 2: available libraries in package manifests
  • Agent 3: project constraints from CLAUDE.md / AGENTS.md / PRD / architecture docs
  1. Document findings before producing output
  2. Mark unresolved items as UNRESOLVED:

Output

## Slicer Research Summary: [Feature Name] with:

  • Existing patterns: Analogous implementations in the codebase
  • Available libraries: Relevant packages in project manifests
  • Architecture constraints: Layer boundaries and conventions affecting slicing
  • Tech stack notes: Framework-specific patterns relevant to the feature's tasks
  • Unresolved items: UNRESOLVED:

OUTPUT CHECKLIST

Before finishing, verify all three phases:

Phase 1: ## Feature Research Summary present · Domain Vocabulary · Actors · Scope Boundaries · Existing Patterns · Benchmark Reference · Key Risks · Unresolved Items Phase 2: ## Criteria Research Summary present · domain-level sections (not per-task) · Business Rules · Permissions & Roles · State & Transitions · Boundary Conditions · Domain Invariants · Unresolved Phase 3: ## Slicer Research Summary: [name] present · Existing Patterns · Available Libraries · Required Layers · Project Constraints · Security Notes · Unresolved

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.