Agent Plugins Marketplace
All plugins

sixth-sense

v1.1.0

Catches bugs before they ship, and blocked features before they're built: per-task model/effort routing, stack-aware TDD (Java, Angular, React/Next.js, Python), and a two-pass adversarial reviewer (Dylan Dog). A fork of obra/superpowers.

Claude Code19 Skills

By Dario AmatoLicense: MIT0 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
19 skill or MCP entries
Source updated
Aug 28, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install sixth-sense@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/dariovr1/sixth-sense

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

sixth-sense/
├── .claude-plugin/plugin.json
├── skills/archiving-handoffs/SKILL.md
├── skills/configuring-sixth-sense/SKILL.md
├── skills/crossroad-stack/SKILL.md
├── skills/diagnosing-bugs/SKILL.md
├── skills/dispatching-parallel-agents/SKILL.md
├── skills/domain-modeling/SKILL.md
├── skills/dylan-dog/SKILL.md
├── skills/finishing-a-development-branch/SKILL.md
├── skills/handing-off/SKILL.md
├── skills/implementing-work/SKILL.md
├── skills/prompt-craft/SKILL.md
├── skills/requesting-code-review/SKILL.md
├── skills/resolving-merge-conflicts/SKILL.md
├── skills/roundtable/SKILL.md
├── skills/synthesizing-spec/SKILL.md
├── skills/test-driven-development/SKILL.md
├── skills/using-git-worktrees/SKILL.md
├── skills/using-sixth-sense/SKILL.md
└── skills/verification-before-completion/SKILL.md

Included Skills19

archiving-handoffsskills/archiving-handoffs/SKILL.md

Archive a session's handoff into a searchable, git-committed project history, for the subset of sessions worth keeping beyond `handing-off`'s ephemeral temp file. Explicit invocation only.

configuring-sixth-senseskills/configuring-sixth-sense/SKILL.md

One-time interactive setup — configures model preferences and effort levels for Sixth Sense subagents.

crossroad-stackskills/crossroad-stack/SKILL.md

Use before applying test-driven-development, diagnosing-bugs, or requesting-code-review to detect whether the task targets Java/Spring Boot backend, Angular, React, Next.js, Python, or other stacks, and route to the correct conventions.

diagnosing-bugsskills/diagnosing-bugs/SKILL.md

Use when encountering bugs, test failures, or unexpected behavior — replaces random fixes with a disciplined, hypothesis-driven diagnosis loop. Trigger on "diagnose", "debug", "broken", "failing", "throwing".

dispatching-parallel-agentsskills/dispatching-parallel-agents/SKILL.md

Use when facing multiple independent tasks that can be worked on without shared state or sequential dependencies — dispatches specialized subagents with Effort Routing, batching, and agent cap.

domain-modelingskills/domain-modeling/SKILL.md

Build and sharpen a project's domain model — pin down terminology, record architectural decisions, maintain CONTEXT.md and ADRs.

dylan-dogskills/dylan-dog/SKILL.md

The nightmare investigator — hunts edge cases and runs premortems on failure modes. Invoke it directly with /investigate, or it gets called by requesting-code-review, implementing-work, synthesizing-spec, and domain-modeling.

finishing-a-development-branchskills/finishing-a-development-branch/SKILL.md

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work — guides completion of development work by presenting structured options for merge, PR, or cleanup.

handing-offskills/handing-off/SKILL.md

Produce a compact handoff document for a long or interrupted session, so a fresh session (or the same one after context compaction) inherits the live thread instead of re-deriving it. Explicit invocation only.

implementing-workskills/implementing-work/SKILL.md

Implement the work described by the user in the spec or tickets — orchestrates TDD, typechecking, code review, and commit.

prompt-craftskills/prompt-craft/SKILL.md

Interview the user to turn a rough request into a polished, portable prompt for an external tool or model — not for building here. Use when the target isn't this session (another LLM, an image generator, a different agent) and the ask is "write me a prompt for X" / "help me phrase this for Y" / "come lo chiedo a [tool]".

requesting-code-reviewskills/requesting-code-review/SKILL.md

Use when completing tasks, implementing features, or before merging — dispatches Dylan Dog (edge-case hunting) and processes feedback with technical rigor, not performative agreement.

resolving-merge-conflictsskills/resolving-merge-conflicts/SKILL.md

Resolve an in-progress git merge or rebase conflict by understanding both sides' intent, not by guessing or aborting. Use when `git status` shows unmerged paths, a merge/rebase is stuck on conflicts, or the user says "merge conflict"/"rebase conflict".

roundtableskills/roundtable/SKILL.md

Put the user's plan or design through a relentless round of questioning until a shared understanding is reached. Use when the user wants to pressure-test a plan or design before building.

synthesizing-specskills/synthesizing-spec/SKILL.md

Turn the current conversation into a structured spec document — no interview, just synthesis of what has already been discussed.

test-driven-developmentskills/test-driven-development/SKILL.md

Use when implementing a feature or fixing a bug. Enforces red-green-refactor. Loads stack-specific conventions for Java/Spring Boot, Angular, React/Next.js, or Python.

using-git-worktreesskills/using-git-worktrees/SKILL.md

Creates isolated git worktrees with systematic safety checks and project setup automation. Use when starting feature work that needs isolation from current branch, before executing tasks with subagent-driven development, or anytime you need an isolated workspace for a new branch.

using-sixth-senseskills/using-sixth-sense/SKILL.md

Use when starting any conversation — establishes how to find and use skills, and platform adaptation.

verification-before-completionskills/verification-before-completion/SKILL.md

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs — requires running verification commands and confirming output before making any success claims; evidence before assertions always.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "sixth-sense",
  "displayName": "Sixth Sense",
  "version": "1.1.0",
  "description": "Catches bugs before they ship, and blocked features before they're built: per-task model/effort routing, stack-aware TDD (Java, Angular, React/Next.js, Python), and a two-pass adversarial reviewer (Dylan Dog). A fork of obra/superpowers.",
  "author": {
    "name": "Dario Amato"
  },
  "homepage": "https://github.com/dariovr1/sixth-sense",
  "repository": "https://github.com/dariovr1/sixth-sense",
  "license": "MIT",
  "keywords": [
    "skills",
    "tdd",
    "code-review",
    "debugging",
    "workflow",
    "subagents",
    "dylan-dog"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[sixth-sense on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sixth-sense)