DEV Community

Rizwan Saleem
Rizwan Saleem

Posted on

How to lead technical projects without authority: an engineer guide

How to lead technical projects without authority: an engineer guide

Technical leadership without a formal manager title: practical patterns that influence decisions, drive cross-team initiatives, and mentor others

Lead with evidence, not authority

  • Anchor proposals in data: prototype outcomes, usage analytics, latency charts, cost models, and user impact. Bring concrete metrics to every decision.
  • Build a minimal but persuasive narrative: state the problem, options, tradeoffs, and the recommended path with expected outcomes and risks.
  • Demonstrate reproducibility: share reproducible experiments, dashboards, and decision logs so others can verify and challenge with their own data.

Influence across teams without a formal mandate

  • Establish a shared north star: align teams around a measurable objective (e.g., system resilience by X%, deploy lead time by Y days).
  • Create lightweight governance rituals: weekly cross-team syncs, problem-framing sessions, and decision records (DADs) that document who decided what and why.
  • Use optional, time-boxed commitments: propose a plan with a deadline, then solicit input and adjust. People follow clear, bounded commitments more readily than open-ended requests.

Facilitate technical discussions that decouple opinions from facts

  • Normalize decision frameworks: compare options with a structured rubric (scalability, maintainability, cost, risk, time to implement).
  • Surface dissent early: invite contrarian perspectives, capture them, and test them with small experiments or proofs of concept.
  • Separate mechanics from strategy: discuss implementation details only after agreeing on the strategic direction.

Drive architectural decisions through tradeoffs

  • Model system boundaries explicitly: draw service boundaries, data ownership, and ownership signals (SLOs, ownership metrics).
  • Use architectural fitness functions: evaluate options against non-functional requirements (latency, throughput, reliability, operability) and long-term maintainability.
  • Pilot decisions with incremental bets: run feature flags, A/B tests, or shadow traffic to reveal real-world effects before full rollout.

Communicate tradeoffs to stakeholders

  • Translate technical implications into business impact: e.g., latency reduction translates to conversion or engagement gains; increased resilience reduces outage cost.
  • Visualize scenarios: before/after diagrams, latency maps, failure mode graphs, and cost projections help non-technical stakeholders grasp stakes.
  • Publish decision rationales: share a concise decision memo outlining alternatives, rationale, and residual risk.

Mentor junior engineers and grow capability

  • Pair and rotate: mix mentorship with project work; rotate mentees through different teams or systems to broaden exposure.
  • Teach decision-making skills: coach on framing problems, building hypotheses, and running small experiments to validate assumptions.
  • Create learning rituals: brown-bag sessions, internal code reviews with teaching goals, and "post-mortem with learning" sessions that emphasize actionable takeaways.

Unblock yourself and others

  • Inventory blockers: maintain a live list of impediments with owners and target dates; review weekly and escalate with evidence when missed.
  • Lower the friction to propose: offer ready-to-run scaffolds, templates for RFCs (request for comments), and starter PRs to reduce cognitive load.
  • Build a repository of standards and patterns: common interfaces, error handling, telemetry contracts, and deployment guidelines that teams can reuse.

Patterns that work in practice

  • RFC-style proposals: structure proposals with problem, context, constraints, options, tradeoffs, and decision. Publish and solicit feedback before coding.
  • Ownership circles: voluntary cross-functional groups owning specific domains (e.g., observability, data pipelines, API stability) with rotating leads.
  • Shadow projects: run new approaches in parallel with existing systems to collect data without risking production impact.
  • Incident-driven learning: link post-incident reviews to architectural improvements and shared learning artifacts.

Tactics for credibility and trust

  • Be transparent about limits: acknowledge what you don’t know and where data is uncertain.
  • Credit contributions publicly: acknowledge teams and individuals who helped; it builds goodwill and accelerates collaboration.
  • Consistently deliver small wins: visible, reliable progress builds trust faster than grand but delayed plans.

Low-friction tools to support this approach

  • Decision logs and memos: concise records of what was decided, why, and what remains uncertain.
  • Lightweight RFCs: 1-2 pages with problem framing, options, and tradeoffs.
  • Shared dashboards: SLOs, latency, error budgets, and deployment metrics accessible to all stakeholders.

Example scenario

  • Problem: System latency spikes under peak load after a beta feature rollout.
  • Approach: Propose three options with tradeoffs-refactor critical path, deploy caching, or scale out hot services.
  • Evidence: collect response-time distributions, tail latency, and CPU/memory usage; run a short A/B test on caching strategy.
  • Decision: select caching improvement with a clear rollback plan; set a time-bound evaluation period and publish a decision memo.
  • Outcome: reduced tail latency by 30% in peak, with documented lessons and updated runbooks.

Implementation-ready checklist

  • Define a clear north star and measurable success criteria.
  • Gather and present supporting evidence for each proposal.
  • Run RFCs and decision logs for major changes.
  • Facilitate inclusive discussions, surfacing diverse viewpoints.
  • Mentor peers through structured, incremental engagements.
  • Maintain blockers list and escalate with data when needed.

If you’d like, I can tailor this into a practical playbook for your team, including templates for RFCs, decision logs, and a sample cross-team meeting agenda. Would you prefer a lightweight 2-page RFC template or a fuller 6-8 page guide with examples?

-

Rizwan Saleem | https://rizwansaleem.co

Top comments (0)