Skip to main content

DevNexus Feature Overview

DevNexus is a workspace layer for agent-assisted projects. It records structure, policy, work, and coordination facts so people and agents use the same project state.

This page is the short version. It points to the detailed docs instead of repeating them.

Project Model

FeatureIn a few wordsMore
WorkspacesA directory to open in an agent, with shared project state.Concepts
ComponentsRepositories, docs, datasets, and support folders in one model.Concepts
Work itemsLocal tasks, GitHub issues, GitLab issues, or Jira items.Concepts
Multi-tracker workCanonical tasks plus provider mirrors, archives, feedback, and migration records.Multi-tracker work tracking

Agent Setup

FeatureIn a few wordsMore
Agent filesAGENTS.md, skills, context files, and provider config generated from workspace state.Concepts
Agent targetsCodex, Claude, OpenCode, or custom/manual setup per workspace.Agent targets
MCP toolsWorkspace status, setup, work items, automation, and coordination from agent sessions.Agent workflows
MCP gatewayA small routing surface for large tool sets and plugin-provided MCP servers.Agent targets

Software Development Workflow

DevNexus projects can include skill chains for common engineering work. The chains are routing maps for agents: feature work, bugfixes, architecture changes, documentation changes, and version or release work each follow a different path.

take-the-lead is the companion collaboration mode. When the user asks the agent to lead, the agent recommends the next step, chooses the relevant chain, uses parallel work only when it has clear boundaries, and pauses at human decision gates for scope, risk, credentials, provider writes, publication, or live runtime work.

The chains are not a separate workflow engine. They are documented practice that agents can follow while DevNexus records the workspace state, work items, branches, checks, and results.

See Skill Chains.

Plugins

Plugins add domain-specific support without replacing the DevNexus core. A plugin can contribute projected skills, MCP servers, setup obligations, environment hints, cleanup hooks, agent affordances, dependency projections, and worker context or briefing fragments.

DevNexus exposes a curated plugin catalogue for known DevNexus-maintained plugins: DevNexus TypeScript, DevNexus-Pharo, and DevNexus Research. Catalogue entries provide package install guidance and workspace plugin refresh command guidance, but they are not installed automatically. DevNexus does not expose a public plugin marketplace; new catalogue entries require an explicit core allowlist change.

Generic workspace, setup, coordination, automation, worktree, and work-item operations still belong to the core dev_nexus MCP server.

See Architecture notes and Agent-client plugin policy.

Execution And Coordination

FeatureIn a few wordsMore
WorktreesIsolated Git checkouts for focused agent work and parallel chats.Agent workflows
Setup checksReadiness reports for hosts, tools, paths, auth profiles, and generated support.Getting started
Automation contextTarget state, eligible work, agent profiles, run records, and result contracts.Agent workflows
Current-agent adoptionThe active chat can adopt a DevNexus run context and record its result.Agent workflows
Coordination recordsBranch status, decisions, verification, review requests, and integration plans.Agent workflows
ReportsCompact target reports built from recorded facts, not guessed status.Agent workflows

Policy And Publication

FeatureIn a few wordsMore
Authority rolesSeparation between human accounts, automation actors, and provider permissions.Authority roles
Credential boundariesShared config references host-local profiles instead of storing secrets.Providers, auth, and hosting
VerificationComponent-specific focused and full checks, recorded as evidence.Agent workflows
PublicationHuman review by default; green-main, CI tiers, merge queues, and release trains when enabled.Publication workflows
Hosting checksRepository intent, remotes, access requirements, and safe repair planning.Providers, auth, and hosting
Remote executionRequest and result records for trusted hosts, behind explicit runner policy.Agent workflows

Default Posture

DevNexus does not choose work, replace code review, store secrets, or bypass provider policy. It gives agents a shared operating surface; people and configured policies keep authority.