workframe
01Plugin Claude Code
Plugin marketplace listing 2 plugins: workframe-launcher, core.
Plugin Claude Code
Plugin marketplace listing 2 plugins: workframe-launcher, core.
Instructions file
Repository maintenance instructions for Workframe, a Claude Code plugin marketplace containing a user-level launcher and a project-level toolkit. They define validation, versioning, asset, and changelog rules for contributors.
Plugin Claude Code
Workframe core plugin: 4 baseline agents (PM / Dev / QA / Prompt-Eng), 36 skills (13 domain + 8 system/maintenance + 8 docs/publishing + 7 modules-system), an 11-stage hook pipeline, 4 auto-loaded rules, and the modules/ documentation system that keeps requirements and code in sync.
Agent
A full-stack software development role covering both the parts users see and the server-side systems behind them. It includes application code, databases, deployment, performance work, bug fixes, and technical design.
Agent
A product-management agent that turns user needs, feedback, and competitor information into structured product documents. It defines features, acceptance criteria, and product requirements, but does not write code.
Agent
A role for designing, testing, and improving the instructions given to AI models, often called prompts. It keeps each prompt and its changes in files so they can be compared and reviewed.
Agent
A quality-assurance agent for testing, regression checks, code review, issue tracking, and final task verification. It works independently and does not change application business code.
Hook
Runs when a session starts, executing heartbeat-check.py, session-start-prep.py, sync-rules.py, check-stale-modules.py and memory-ask.py (5 commands). From ryanzhao1011/workframe.
Hook
Runs once when the project is set up for maintenance tool calls, executing maintenance_workorder.py. From ryanzhao1011/workframe.
Hook
Runs when you submit a prompt, before the agent sees it, executing user-prompt-inject.py. From ryanzhao1011/workframe.
Hook
Runs after a tool call finishes for Edit, Write, NotebookEdit and Skill tool calls, executing check-stale-modules.py and log-skill-invoked.py (2 commands). From ryanzhao1011/workframe.
Hook
Runs when the agent finishes a response, executing check-iteration-trigger.py. From ryanzhao1011/workframe.
Hook
Runs when a subagent starts, executing subagent-memory-inject.py. From ryanzhao1011/workframe.
Hook
Runs when a subagent finishes, executing log-subagent-activity.py. From ryanzhao1011/workframe.
Hook
Runs on the StopFailure event, executing log-stop-failure.py. From ryanzhao1011/workframe.
Hook
Runs on the ConfigChange event, executing log-config-change.py. From ryanzhao1011/workframe.
Hook
Runs when a session ends, executing session-end-flush.py. From ryanzhao1011/workframe.
Hook
Runs to expand your prompt before the agent sees it, executing log-skill-invoked.py. From ryanzhao1011/workframe.
Skill Claude CodeCodex
A guide for writing acceptance criteria: clear checks that show whether a piece of work is complete. It uses either Given–When–Then scenarios for user actions or rule checklists for business and data rules.
Skill Claude CodeCodex
A read-only report of recent automatic maintenance activity in a coding project. It reviews recorded actions, pending proposals, failed work, and the health of maintenance summaries.
Skill Claude CodeCodex
A code-review skill that examines changes for requirement fit, correctness, security, maintainability, and performance. It reports findings with risk levels.
Skill Claude CodeCodex
A code-reading tool that turns a module's implementation into four current-state documents: architecture, API surface, data model, and code map. A monorepo is a repository containing multiple related projects, and the tool can account for that structure as well as other supported project layouts.
Skill Claude CodeCodex
A structured way to study competing products, including direct competitors, indirect alternatives, and manual or free substitutes. It compares them across company details, users, features, business model, and strengths and weaknesses.
Skill Claude CodeCodex
A knowledge-base health checker for finding broken links, isolated documents, heavily referenced pages, stale information, and other documentation problems. It writes a report describing the findings.