Wayworks banner
SilviaAre95 SilviaAre95

Wayworks

AI community

Description

An open-source way of work for AI-assisted building — Claude Code plugins with second-brain (Obsidian) support and tracker (Linear) integration

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

🛤️ wayworks

**An open-source way of work for AI-assisted building.**

Claude Code plugins with second-brain (Obsidian) support and tracker (Linear) integration — your agent plans, builds, reviews, tests, ships, and documents. You review and merge.

[![marketplace](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FSilviaAre95%2Fwayworks%2Fmain%2F.claude-plugin%2Fmarketplace.json&query=%24.metadata.version&label=marketplace&color=6d28d9)](CHANGELOG.md) [![plugins](https://img.shields.io/badge/plugins-14-2563eb)](#-plugin-catalog) [![skills](https://img.shields.io/badge/skills-44-0891b2)](#-plugin-catalog) [![license](https://img.shields.io/github/license/SilviaAre95/wayworks?color=16a34a)](LICENSE) [![PRs welcome](https://img.shields.io/badge/PRs-welcome-f59e0b)](CONTRIBUTING.md)

[Install](#-install) · [The pipeline](#-the-pipeline) · [Daily loops](#-daily-loops) · [Plugin catalog](#-plugin-catalog) · [Setup](#-per-project-setup) · [Author](#-author)


Every project lives in a linked triangle — **repo ↔ second brain ↔ tracker** — and every feature travels a gated pipeline where the agent cannot declare "done" until something measurable agrees. 14 plugins, 44 skills (5 of them stack profiles), 6 commands, and 6 sub-agents.

  • /shared:wayworks-init — bootstrap a repo: plugin fleet, CLAUDE.md header, verify gate
  • /shared:wayworks-onboard — link a project's triangle: repo ↔ second brain ↔ tracker

**Core** (enable everywhere): `shared`, `harness`, `security`, `qa`, `test-builder`, `feature-bank`. **Extended** (enable per stack): everything else — `/shared:wayworks-init` picks the right set for a repo.

`security` and `qa` are core because `/harness:loop-dev`'s default graders need them: `security` → `security:code-audit`, `bugs` → `qa:bug-review`. Omit either and that grader silently does not run — the reviews marker still stamps, so nothing tells you the panel ran short.

🔁 The pipeli