What problem does it solve? Frontend developers working on Conduction Nextcloud apps must follow many project-specific conventions (Pinia stores, @conduction/nextcloud-vue components, Nextcloud t() signatures, webpack aliases) that generic AI coding assistants do not know, leading to inconsistent or non-compliant code. ## Core Features & Use Cases - Conduction Vue Patterns: Enforces the exact tech stack and component patterns used across the workspace, including Vue 2 with script setup, Pinia stores via useObjectStore, Vue Router history mode, and @nextcloud/vue components. - Shared Library Enforcement: Mandates use of the @conduction/nextcloud-vue component library (CnDataTable, CnDetailViewLayout, CnSettingsSection) with the correct webpack conditional alias configuration. - Quality Pipeline: Runs lint, stylelint, unit tests, and build after implementation, then updates plan.json, tasks.md, and closes the GitHub issue. - Use Case: A scrum team member picks up the next pending frontend task from plan.json and has the agent implement a sidebar component with translations, scoped styles, and WCAG AA accessibility, fully compliant with Dutch government standards. ## Quick Start Ask the agent to act as the team frontend developer and implement the next pending frontend task from plan.json.