← all publishers

arkandialabs

@arkandialabs source repo

8 published skills

  1. Linear Plan · arkandialabs
    Create a detailed phased implementation plan from a Linear issue. Use when the user asks for planning from a specific issue ID.
    0
    installs
  2. Plan Phase Executor · arkandialabs
    Execute a specific implementation phase from a plan in docs/plans, run corresponding validations, and update that phase verification checkboxes as tasks complete.
    0
    installs
  3. Ado Plan Build · arkandialabs bundle
    Take an Azure Boards work item from "read it" to "PR open, Pipelines green, review comments addressed, work item updated" with maximum autonomy. Reads the work item and its discussion through either the Azure DevOps MCP server or the `az` CLI; grills you on the design decisions the item left open; explores the repo; drafts a plan and puts it through a three-lens adversarial review; asks for your approval through plan mode when the change warrants it and skips it when it doesn't; then implements test-first, runs your repo's own gates, opens an Azure Repos PR, and babysits it to green. Stack-agnostic — assumes no particular architecture. Invoke with `/arkandia:ado-plan-build [work item id | URL] [skip-checkpoint]`.
    0
    installs
  4. Linear Plan Build · arkandialabs bundle
    Take a Linear issue from "read it" to "PR open, CI green, review comments addressed, Linear updated" with maximum autonomy. Reads the issue, its subissues and its discussion; grills you on the design decisions the ticket left open; explores the repo; drafts a plan and puts it through a three-lens adversarial review; asks for your approval through plan mode when the change warrants it and skips it when it doesn't; then implements test-first, runs your repo's gates, opens the PR, and babysits it to green. Stack-agnostic — assumes no particular architecture. Invoke with `/arkandia:linear-plan-build [ABC-123 | issue URL] [skip-checkpoint]`.
    0
    installs
  5. Requirement To Spec · arkandialabs bundle
    Turn a business requirement document (Word/PDF/Excel/Markdown, plus its attachments) into a written spec and a task breakdown, filed wherever the team tracks work. Converts the document to a single Markdown model regardless of source format, reads the target repo's conventions, public contracts and existing documentation to catch what the document leaves implicit — including which architecture, data-model or ADR pages the change would leave stale — sweeps the text for ambiguity across a fixed set of categories (scope, contradictions, currency/units, buried scope creep, validation criteria stated as background), asks the business reader about each one in jargon-free batches, derives an ordered task breakdown from the answers, and writes the result — always asking where: the trackers detected, or a local file. Not a summary of the document; it is the half of the pipeline that turns a paragraph into something `linear-plan-build`/`ado-plan-build` can execute. Stack-agnostic — assumes no particular architecture or
    0
    installs
  6. Agent Context Dotnet · arkandialabs bundle
    Generate a documentation pack for a .NET repository so AI coding agents can reason about it — AGENTS.md, architecture, ADRs, data model, infrastructure, plus a `docs/dotnet.md` deep-dive covering the solution/project graph, target frameworks, EF Core data access, DI, configuration & secrets, analyzers, and CI. Invoke with `/arkandia:agent-context-dotnet [en|es]`.
    0
    installs
  7. Instrument Agent Dotnet · arkandialabs bundle
    Install the non-deterministic instrumentation layer in a .NET repository so the coding agent works with the team's tools and inside the team's limits — project-scoped MCP servers in .mcp.json, and a catalogue of Claude Code hooks in .claude/settings.json backed by portable shell scripts. The catalogue covers a secret read-guard, scoped auto-formatting, a dangerous-command blocker, a session-start advisory sweep, an audit log, and guards for central package management and generated files. Every hook is proven to fire before the run ends. Invoke with `/arkandia:instrument-agent-dotnet`.
    0
    installs
  8. Instrument Project Dotnet · arkandialabs bundle
    Install the deterministic instrumentation layer in a .NET repository so an AI coding agent cannot ship work that breaks the team's rules — SDK pin (global.json), strict build with analyzers (Directory.Build.props), verifiable style (.editorconfig), a single entry point (Makefile), pre-commit/pre-push gates (Lefthook), secret scanning (gitleaks), architecture fitness functions (ArchUnitNET), and a CI pipeline (GitHub Actions or Azure DevOps). Every gate is proven to fail before the run ends. Invoke with `/arkandia:instrument-project-dotnet`.
    0
    installs